[package] name = "wantora" version = "0.1.2" edition = "2021" description = "wantora工具" license = "MIT" repository = "https://gitee.com/consolelog/wantora" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] notify = "6.1.1" log = "0.4.20" env_logger = "0.11.2" notify-debouncer-full = "0.3.1" include_dir = "0.7.3" text_placeholder = "0.5.0" [dev-dependencies] uuid = { version = "1.7.0", features = ["v4"] } [profile.release] panic = "abort"