12 lines
296 B
TOML
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"
|