[package] name = "obs" version = "0.1.0" edition = "2021" authors = ["kootsZhin "] description = "A blazing fast & lightweight CLI tool for interacting with the Obsidian vaults" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.23" clap = { version = "4.1.6", features = ["derive"] } dialoguer = "0.10.3" eyre = "0.6.8" home = "0.5.4" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" thiserror = "1.0.38"