12 lines
227 B
TOML
12 lines
227 B
TOML
[package]
|
|
name = "mycelium"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
toml = "0.8"
|
|
dbus = "0.9.7"
|
|
glob = "0.3.1"
|
|
rand = "0.8.5"
|
|
untildify = { git = "https://git.lovelynet.net/benjamyn/untildify.git", branch = "main" }
|