2021-10-21 12:16:24 +03:00
|
|
|
[package]
|
|
|
|
name = "libusr"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-11 20:45:54 +02:00
|
|
|
libsys = { path = "../libsys", features = ["user"] }
|
2021-11-16 14:34:14 +02:00
|
|
|
lazy_static = { version = "^1.4.0", features = ["spin_no_std"] }
|