Mycelium/Cargo.toml
Benjamyn Love 50ae536650
Some checks failed
/ release x86_64-unknown-linux-musl (push) Failing after 3s
Merge branch 'master' into wallhaven
2025-01-02 16:15:18 +11:00

13 lines
303 B
TOML

[package]
name = "mycelium"
version = "0.1.0"
edition = "2021"
[dependencies]
configparser = "3.0.4"
dbus = "0.9.7"
glob = "0.3.1"
rand = "0.8.5"
untildify = { git = "https://git.lovelynet.net/benjamyn/untildify.git", branch = "main" }
reqwest = { version = "0.12.9", features = ["json", "blocking"] }