artiq/artiq/firmware/runtime/Cargo.toml

29 lines
850 B
TOML

[package]
authors = ["M-Labs"]
name = "runtime"
version = "0.0.0"
build = "build.rs"
[lib]
name = "runtime"
crate-type = ["staticlib"]
path = "lib.rs"
[build-dependencies]
build_artiq = { path = "../libbuild_artiq" }
[dependencies]
alloc_artiq = { path = "../liballoc_artiq" }
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
logger_artiq = { path = "../liblogger_artiq" }
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
board = { path = "../libboard", features = ["uart_console"] }
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
byteorder = { version = "1.0", default-features = false }
[dependencies.smoltcp]
git = "https://github.com/m-labs/smoltcp"
rev = "e8ece3e"
default-features = false
features = ["use_alloc", "use_collections", "use_log"]#, "verbose"]