batman/Cargo.toml
2021-06-30 06:10:59 +02:00

10 lines
251 B
TOML

[package]
name = "batman"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
linux_battery = { git = "https://git.blackfinn.de/rust/linux_battery.git" }