mirror of
https://git.alemi.dev/memo-cli.git
synced 2024-11-14 17:49:18 +01:00
12 lines
312 B
TOML
12 lines
312 B
TOML
[package]
|
|
name = "memo-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
chrono = "0.4.19"
|
|
clap = { version = "3.1.6", features = ["derive"] }
|
|
rusqlite = { version="0.27.0", features=["chrono"] }
|