11 lines
220 B
TOML
11 lines
220 B
TOML
[package]
|
|
name = "lib_serial"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
|
|
spin = "0.9.8"
|
|
x86_64 = "0.15.2"
|
|
|