mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-23 17:08:12 +08:00
24 lines
630 B
TOML
24 lines
630 B
TOML
[package]
|
|
authors = ["M-Labs"]
|
|
name = "satman"
|
|
version = "0.0.0"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "satman"
|
|
crate-type = ["staticlib"]
|
|
path = "main.rs"
|
|
|
|
[build-dependencies]
|
|
build_misoc = { path = "../libbuild_misoc" }
|
|
build_artiq = { path = "../libbuild_artiq" }
|
|
|
|
[dependencies]
|
|
log = { version = "0.4", default-features = false }
|
|
alloc_list = { path = "../liballoc_list" }
|
|
board = { path = "../libboard", features = ["uart_console"] }
|
|
board_artiq = { path = "../libboard_artiq" }
|
|
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
|
|
logger_artiq = { path = "../liblogger_artiq" }
|
|
drtioaux = { path = "../libdrtioaux" }
|