You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 rivejä
636 B

  1. [package]
  2. name = "rust-db-play"
  3. version = "0.1.0"
  4. authors = ["Jonathan M. Altman <jonathan@async.io>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. chrono = "0.4"
  9. r2d2 = "0.8.9"
  10. r2d2_sqlite = "0.17.0"
  11. rusqlite = {version="0.24.0", features=["chrono"]}
  12. serde = {version="1.0.101", features=["derive"]}
  13. serde_json = "1.0"
  14. serde_rusqlite = "0.26.0"
  15. clap = "2.33.0"
  16. failure = "0.1.6"
  17. simple-error = "0.2.1"
  18. postgres = {version="0.17.5", features=["with-chrono-0_4", "with-time-0_2"]}
  19. r2d2_postgres = "0.16.0"
  20. rpassword = "4.0.1"
  21. serde_postgres = "0.2.0"