blob: 4adf19ef78724c8f4941173a115f041d60d86366 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "mäsch"
version = "0.1.0"
edition = "2021"
[dependencies]
redb = "2"
# TODO mal gucken ob das weiterhin so gut ist
tokio = { version = "1", features = ["rt", "net", "macros", "io-util"] }
xdg = "2"
|