meowlog/Cargo.toml
2025-04-03 17:54:00 +02:00

18 lines
535 B
TOML

[package]
name = "meowlog"
description = "CLI tool to log the hypothetical ingestion of substances"
authors = ["xqtc"]
version = "0.1.0"
edition = "2024"
license = "MIT"
repository = "https://git.heroin.trade/xqtc/meowlog"
exclude = ["assets/", ".*"]
[dependencies]
inquire = { version="0.7.5", features = ["date"] }
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.27.1", features = ["derive"] }
strum_macros = "0.27.1"
sqlite = "0.37.0"