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.

Cargo.toml 510B

1234567891011121314151617181920
  1. [package]
  2. name = "oslo"
  3. version = "0.1.0"
  4. authors = ["Dylan Baker <dylan@simulacrum.party>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [workspace]
  8. [dependencies]
  9. async-std = { version = "1.6.0", features = ["attributes"] }
  10. chrono = { version = "0.4", features = ["serde", "rustc-serialize"] }
  11. dotenv = "0.15.0"
  12. serde = "1.0.115"
  13. serde_json = "1.0.57"
  14. tera = "1.5.0"
  15. tide = "0.13.0"
  16. tide-tera = "0.1.1"
  17. oslo-lib = { path = "oslo-lib" }