33 lines
786 B
TOML
33 lines
786 B
TOML
[package]
|
|
name = "hemma"
|
|
version = "0.3.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures-util = "0.3.21"
|
|
log = "0.4.17"
|
|
pretty_env_logger = "0.4.0"
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
warp = "0.3.2"
|
|
ron = "0.7.1"
|
|
reqwest = { version = "0.11.11", default_features = false, features = ["rustls-tls", "json"] }
|
|
async-trait = "0.1.56"
|
|
anyhow = "1.0.58"
|
|
markdown = "0.3.0"
|
|
clap = { version = "3.2.6", features = ["derive"] }
|
|
toml = "0.5.9"
|
|
serde = { version = "1.0.138", features = ["derive"] }
|
|
futures = "0.3.21"
|
|
chrono = { version = "0.4.20", features = ["serde"] }
|
|
rand = "0.8.5"
|
|
|
|
[dependencies.common]
|
|
path = "../common"
|
|
|
|
[dependencies.lighter_lib]
|
|
git = "https://git.nubo.sh/hulthe/lighter.git"
|
|
|
|
[dependencies.lighter_manager]
|
|
git = "https://git.nubo.sh/hulthe/lighter.git"
|
|
|