infinitime-cli/Cargo.toml
2025-04-30 14:37:03 -04:00

10 lines
264 B
TOML

[package]
name = "infinitime-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
infinitime-rs = { git = "https://gitea.homelabdeouf.xyz/thatscringebro/infinitime-rs", version = "0.1.0" }
btleplug = "0.11.8"
tokio = { version = "1.44.2", features = ["full"] }