snotes-deck/libsnotes/Cargo.toml

15 lines
300 B
TOML
Raw Permalink Normal View History

2024-04-07 21:31:08 +02:00
[package]
name = "libsnotes"
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"
home = "0.5.9"
2024-04-12 00:01:15 +02:00
serde_json = "1.0.115"
2024-04-07 21:31:08 +02:00
[dependencies.rusqlite]
version = "0.31.0"
features = ["bundled"]