AppFlowy/frontend/rust-lib/flowy-server-config/Cargo.toml
Nathan.fooo b9ecc7ceb6
chore: add custom folder prompt (#3961)
* chore: add custom folder prompt

* chore: zip collab db

* chore: fix test

* chore: add test

* chore: fmt

* chore: fmt

* chore: fmt
2023-11-20 20:54:47 +08:00

12 lines
275 B
TOML

[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.workspace = true
serde_repr.workspace = true