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

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. lazy_static = "1.4.0"
  12. pulldown-cmark = { version = "0.7", default-features = false }
  13. serde = "1.0.115"
  14. serde_json = "1.0.57"
  15. tera = "1.5.0"
  16. tide = "0.13.0"
  17. tide-tera = "0.1.1"