[package] name = "paperslip" version = "0.2.0" edition = "2021" authors = ["Silvan Schmidt "] description = "Quickly open a note file for your projects." license = "MIT" repository = "https://gitlab.com/silvasch/paperslip" [dependencies] clap = "4.5.9" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] } xdg = "2.5.2"