cannabinieri website
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.

20 lines
411 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. [package]
  2. name = "rocket-3d"
  3. version = "0.1.0"
  4. authors = ["siva <alexandra.hosp@protonmail.com>"]
  5. edition = "2018"
  6. [dependencies.rocket]
  7. version = "0.5.0-rc.1"
  8. features = ["json"]
  9. [dependencies]
  10. serde = "1.0.130"
  11. serde_json = "1.0.67"
  12. lazy_static = "1.4.0"
  13. [dependencies.rocket_dyn_templates]
  14. version = "0.1.0-rc.1"
  15. features = ["tera"]
  16. #diesel = { version = "1.4.4", features = ["mysql"]}
  17. #dotenv = "0.15.0"