Cargo.toml 448 B

12345678910111213141516171819
  1. [package]
  2. name = "cdk-redb"
  3. version = "0.1.0"
  4. edition = "2021"
  5. license.workspace = true
  6. homepage.workspace = true
  7. repository.workspace = true
  8. rust-version.workspace = true
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [dependencies]
  11. async-trait.workspace = true
  12. cdk.workspace = true
  13. redb = "2.0.0"
  14. tokio.workspace = true
  15. thiserror.workspace = true
  16. tracing.workspace = true
  17. serde_json = "1.0.96"