2021-11-27 17:41:04 +00:00
|
|
|
[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
|
|
|
|
|
2021-11-29 13:59:34 +00:00
|
|
|
[lib]
|
|
|
|
crate-type = ["staticlib"]
|
2021-12-02 17:05:35 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
volatile = "0.2.6"
|
|
|
|
spin = "0.5.2"
|
|
|
|
|
|
|
|
[dependencies.lazy_static]
|
|
|
|
version = "1.0"
|
|
|
|
features = ["spin_no_std"]
|