blob: 1a93ae4a21f02e65c9bcc103ee3fd86c125b8b6f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "pomd"
version = "0.1.0"
edition = "2021"
[dependencies]
notify-rust = "4"
zbus = "3.14.1"
smol = "1.3.0"
async-std = { version = "1.12.0", features = ["attributes"] }
|