mirror of
https://github.com/NotAShelf/batmon.git
synced 2024-11-22 21:31:08 +00:00
11 lines
203 B
TOML
11 lines
203 B
TOML
[package]
|
|
name = "batmon"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
notify = "6.1"
|
|
glob = "0.3"
|