mirror of https://github.com/m-labs/artiq.git
firmware: use main.rs as the root source for non-library crates. NFC.
This commit is contained in:
parent
1b9b560242
commit
fcc438524c
|
@ -7,7 +7,7 @@ build = "build.rs"
|
||||||
[lib]
|
[lib]
|
||||||
name = "runtime"
|
name = "runtime"
|
||||||
crate-type = ["staticlib"]
|
crate-type = ["staticlib"]
|
||||||
path = "lib.rs"
|
path = "main.rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
build_artiq = { path = "../libbuild_artiq" }
|
build_artiq = { path = "../libbuild_artiq" }
|
||||||
|
|
|
@ -7,7 +7,7 @@ build = "build.rs"
|
||||||
[lib]
|
[lib]
|
||||||
name = "satman"
|
name = "satman"
|
||||||
crate-type = ["staticlib"]
|
crate-type = ["staticlib"]
|
||||||
path = "lib.rs"
|
path = "main.rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
build_artiq = { path = "../libbuild_artiq" }
|
build_artiq = { path = "../libbuild_artiq" }
|
||||||
|
|
Loading…
Reference in New Issue