babashka/examples/pods/pod-babashka-filewatcher/Cargo.toml

13 lines
296 B
TOML
Raw Normal View History

2020-05-06 19:14:14 +00:00
[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"