GrammalecteClient/Cargo.toml

20 lines
542 B
TOML

[package]
name = "grammalecte_client"
version = "0.1.0"
edition = "2021"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
description = "Grammalecte HTTP client"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.89"
reqwest = { version = "0.11.13", features = ["json"] }
serde = { version = "1.0.151", features = ["derive"] }
log = "0.4.17"
[dev-dependencies]
env_logger = "0.10.0"
tokio = { version = "1.23.0", features = ["full"] }