babashka/examples/pods/pod-babashka-filewatcher/Cargo.toml
Michiel Borkent eb4f25f5c5
[#411] pods
2020-05-06 21:14:14 +02:00

12 lines
296 B
TOML

[package]
name = "pod-babashka-filewatcher"
version = "0.1.0"
authors = ["Michiel Borkent <michielborkent@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify = "4.0.12"
json = "0.12.4"
log = "0.4"