artiq/artiq/firmware/runtime/Cargo.toml

29 lines
761 B
TOML
Raw Normal View History

2016-08-17 16:39:05 +08:00
[package]
authors = ["M-Labs"]
2016-08-17 16:39:05 +08:00
name = "runtime"
version = "0.0.0"
2016-09-30 06:04:52 +08:00
build = "build.rs"
[build-dependencies]
walkdir = "1.0"
2016-08-17 16:39:05 +08:00
[lib]
name = "runtime"
2016-08-17 16:39:05 +08:00
crate-type = ["staticlib"]
path = "lib.rs"
2016-08-17 16:39:05 +08:00
[dependencies]
alloc_artiq = { path = "../liballoc_artiq" }
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
2016-12-31 21:32:50 +08:00
board = { path = "../libboard" }
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
log = { version = "0.3", default-features = false, features = [] }
2016-09-29 02:25:25 +08:00
log_buffer = { version = "1.0" }
byteorder = { version = "1.0", default-features = false }
[dependencies.smoltcp]
git = "https://github.com/m-labs/smoltcp"
2017-01-24 06:37:33 +08:00
rev = "b90495f"
default-features = false
features = ["use_alloc", "use_collections", "use_log"]#, "verbose"]