forked from M-Labs/artiq-zynq
mwojcik
d7f45d473e
Reviewed-on: M-Labs/artiq-zynq#138 Co-authored-by: mwojcik <mw@m-labs.hk> Co-committed-by: mwojcik <mw@m-labs.hk>
18 lines
393 B
TOML
18 lines
393 B
TOML
[package]
|
|
authors = ["M-Labs"]
|
|
name = "io"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "io"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
core_io = { version = "0.1", features = ["collections"] }
|
|
byteorder = { version = "1.0", default-features = false, optional = true }
|
|
|
|
libsupport_zynq = { default-features = false, features = ["alloc_core"], git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }
|
|
|
|
[features]
|
|
alloc = []
|