Cargo.toml 474 B

123456789101112131415161718192021
  1. [package]
  2. name = "flowy-ot"
  3. version = "0.1.0"
  4. edition = "2018"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. bytecount = "0.6.0"
  8. serde = { version = "1.0", features = ["derive"] }
  9. serde_json = {version = "1.0"}
  10. derive_more = {version = "0.99", features = ["display"]}
  11. log = "0.4"
  12. tracing = { version = "0.1", features = ["log"] }
  13. lazy_static = "1.4.0"
  14. strum = "0.21"
  15. strum_macros = "0.21"
  16. bytes = "1.0"