Cargo.toml 301 B

12345678910111213
  1. [package]
  2. name = "nostr-rs-storage"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. serde_json = "1.0"
  7. nostr-rs-types = { path = "../types" }
  8. thiserror = "1.0.40"
  9. rocksdb = { version = "0.20.1", features = ["multi-threaded-cf", "serde", "snappy"] }
  10. rand = "0.8.5"
  11. chrono = "0.4.26"
  12. sled = "0.34.7"