mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-11 05:05:26 +03:00
16 lines
332 B
TOML
16 lines
332 B
TOML
[package]
|
|
name = "flowy-ot"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytecount = "0.6.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = {version = "1.0"}
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
rand = "0.7.3"
|