forked from M-Labs/artiq
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]
|
||||
name = "runtime"
|
||||
crate-type = ["staticlib"]
|
||||
path = "lib.rs"
|
||||
path = "main.rs"
|
||||
|
||||
[build-dependencies]
|
||||
build_artiq = { path = "../libbuild_artiq" }
|
||||
|
|
|
@ -7,7 +7,7 @@ build = "build.rs"
|
|||
[lib]
|
||||
name = "satman"
|
||||
crate-type = ["staticlib"]
|
||||
path = "lib.rs"
|
||||
path = "main.rs"
|
||||
|
||||
[build-dependencies]
|
||||
build_artiq = { path = "../libbuild_artiq" }
|
||||
|
|
Loading…
Reference in New Issue