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 586B

12345678910111213141516171819
  1. [package]
  2. name = "oslo-lib"
  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. [dependencies]
  8. async-std = { version = "1.6.0", features = ["attributes"] }
  9. chrono = { version = "0.4", features = ["serde", "rustc-serialize"] }
  10. dotenv = "0.15.0"
  11. pulldown-cmark = { version = "0.7", default-features = false }
  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. uuid = { version = "0.4", features = ["serde", "v4"] }