[[bin]]
name = "ahecha"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.dotenv]
version = "0.15"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sqlx]
default-features = false
features = ["any", "macros", "postgres", "runtime-tokio-rustls"]
version = "0.6"
[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.20"
[package]
description = "Ahecha cli tool"
documentation = "https://docs.rs/ahecha"
edition = "2021"
homepage = "https://github.com/ahecha-co/ahecha"
license = "MIT"
name = "ahecha_cli"
readme = "README.md"
repository = "https://github.com/ahecha-co/ahecha"
version = "0.0.1"