aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 69a063ab0e6d8623256edc0545bb9b62ecb04dca (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "pomd"
version = "0.1.0"
edition = "2021"

[dependencies]
notify-rust = "4"
zbus = "3.14.1"
async-std = { version = "1.12.0", features = ["attributes"] }