artiq/artiq/firmware/runtime/Cargo.toml

23 lines
579 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]
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
lwip = { path = "../liblwip", default-features = false }
2016-12-16 21:28:25 +08:00
bsp = { path = "../libbsp" }
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
log = { version = "0.3", default-features = false }
2016-09-29 02:25:25 +08:00
log_buffer = { version = "1.0" }
byteorder = { version = "0.5", default-features = false }