This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
batalert/Cargo.toml
2021-02-12 10:10:30 +01:00

14 lines
No EOL
346 B
TOML

[package]
name = "batalert"
version = "0.2.0"
authors = ["Felix Ortmann <flx.ortmann@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2"
crossbeam-channel = "0"
futures = "0.3"
notify-rust = "4"
tokio = { version = "1.2", features = ["full"] }