AppFlowy-Cloud/libs/infra/Cargo.toml

12 lines
296 B
TOML

[package]
name = "infra"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.20", default-features = false }
anyhow = "1.0.75"
serde.workspace = true
serde_json ="1.0.105"