2021-07-21 15:25:37 +08:00
|
|
|
[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" }
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = { version = "0.4", default-features = false }
|
2021-07-23 17:28:16 +08:00
|
|
|
libboard_zynq = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git", features = ["ipv6"]}
|
|
|
|
libsupport_zynq = { default-features = false, features = ["alloc_core"], git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }
|
|
|
|
libcortex_a9 = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }
|
|
|
|
libasync = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }
|
|
|
|
libregister = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }
|
|
|
|
libconfig = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git", features = ["ipv6"] }
|
|
|
|
libboard_artiq = { path = "../libboard_artiq" }
|