JuliOS/Cargo.toml
Julien CLEMENT b9557bdc5e
All checks were successful
continuous-integration/drone/push Build is passing
feat(serial): implement own serial driver
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-12-03 00:30:08 +01:00

19 lines
332 B
TOML

[package]
name = "julios"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["staticlib"]
[dependencies]
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.14.2"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]