dendrobates-t-azureus/polling_serial/Cargo.toml

16 lines
362 B
TOML
Raw Permalink Normal View History

[package]
name = "polling_serial"
version = "0.1.0"
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
2024-06-24 09:39:28 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-27 11:51:13 +02:00
x86_64 = "0.15.1"
spin = "0.9.0"
[dependencies.lazy_static]
2020-05-29 16:26:53 +02:00
version = "1.4.0"
features = ["spin_no_std"]