wayfarer/crates/wayfarer/Cargo.toml
Patrick Auernig fde2b5f84e Fix typo in Cargo.toml
It's license-file not license_file
2023-08-07 16:56:26 +02:00

27 lines
369 B
TOML

[package]
name = "wayfarer"
version.workspace = true
edition.workspace = true
license-file.workspace = true
[dependencies]
anyhow = "1.0"
[dependencies.clap]
version = "4.3"
features = ["derive"]
[dependencies.jrny-save]
version = "0.1"
path = "../save"
[dependencies.notify]
version = "6.0"
optional = true
[features]
default = ["watch"]
watch = ["dep:notify"]