batman/Cargo.toml
2021-06-25 07:37:09 +02:00

10 lines
253 B
TOML

[package]
name = "rustbook"
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" }