JuliOS/Cargo.toml
Julien CLEMENT 106e907438
All checks were successful
continuous-integration/drone/push Build is passing
feat(serial): add external serial driver
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-12-02 22:29:56 +01:00

20 lines
353 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"
uart_16550 = "0.2.0"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]