10 lines
264 B
TOML
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"] }
|