snotes/Cargo.toml

15 lines
326 B
TOML
Raw Permalink Normal View History

2024-04-02 20:20:22 +02:00
[package]
name = "snotes"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.37"
clap = { version = "4.5.4", features = ["derive"] }
home = "0.5.9"
[dependencies.rusqlite]
version = "0.31.0"
features = ["bundled"]