forked from M-Labs/artiq-zynq
Sebastien Bourdeauducq
ed21457f28
* based on https://github.com/jethrogb/rust-core_io but could not get the packaging scripts to work and the repos is unmaintained anyway, so just copied the result * more features and more up-to-date * compatible with the fatfs crate
15 lines
240 B
TOML
15 lines
240 B
TOML
[package]
|
|
authors = ["M-Labs"]
|
|
name = "core_io"
|
|
version = "0.1.20200410"
|
|
|
|
[lib]
|
|
name = "core_io"
|
|
|
|
[dependencies]
|
|
memchr = { version = "2", default-features = false, optional = true }
|
|
|
|
[features]
|
|
alloc = []
|
|
collections = ["alloc", "memchr"]
|