mirror of
https://git.alemi.dev/memo-cli.git
synced 2024-11-13 02:29:20 +01:00
11 lines
267 B
TOML
11 lines
267 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]
|
|
argparse = "0.2.2"
|
|
chrono = "0.4.19"
|
|
rusqlite = { version="0.27.0", features=["chrono"] }
|