rustybar/Cargo.toml
Skye Jensen c0de250953 Convert Block::instance from a Box to an Arc
This will reduce an allocation and deallocation everytime a message is
sent
2020-06-02 21:57:02 -04:00

17 lines
360 B
TOML

[package]
name = "rustybar"
version = "0.1.0"
authors = ["Artemis Tosini <me@artem.ist>"]
edition = "2018"
[dependencies]
chrono = "0.4"
dbus = "0.8"
dbus-tokio = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smart-default = "0.6"
tokio = { version = "0.2", features = ["full"] }
uuid = { version = "0.8", features = [ "v4" ] }