[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_zynq = { path = "../libbuild_zynq" } [dependencies] log = { version = "0.4", default-features = false } 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" }