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.

18 lines
363 B

3 years ago
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. default-features = false
  10. [dependencies]
  11. serde = "1.0.130"
  12. serde_json = "1.0.67"
  13. lazy_static = "1.4.0"
  14. [dependencies.rocket_dyn_templates]
  15. version = "0.1.0-rc.1"
  16. features = ["tera"]