AppFlowy/frontend/rust-lib/flowy-server-config/Cargo.toml

10 lines
274 B
TOML
Raw Normal View History

[package]
name = "flowy-server-config"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flowy-error = { workspace = true }
serde = { version = "1.0", features = ["derive"] }