AppFlowy/shared-lib/flowy-http-model/Cargo.toml
Nathan.fooo 436291c01a
fix: update build.rs with cfg flag control (#1627)
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 17:21:19 +08:00

16 lines
295 B
TOML

[package]
name = "flowy-http-model"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.0"
md5 = "0.7.0"
serde = { version = "1.0" }
serde_json = { version = "1.0" }
serde_repr = "0.1"