[package] name = "ztl" version = "0.2.1" authors = ["Jonathan E. Magen "] edition = "2018" description = "Zettelkasten with AsciiDoc" readme = "README.md" homepage = "https://github.com/yonkeltron/ztl" repository = "https://github.com/yonkeltron/ztl" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "ztl" path = "src/main.rs" [dependencies] anyhow = "1.0" askama = "0.9" async-std = "1.5" chrono = "0.4" clap = "2.33" confy = "0.4" serde = { version = "1.0", features = ["derive"] } slug = "0.1.4" uuid = { version = "0.8", features = ["v4"] }