Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

18 lines
289B

  1. [package]
  2. name = "swagger"
  3. version = "1.0.0"
  4. authors = ["Swagger Codegen team and contributors"]
  5. [dependencies]
  6. serde = "1.0"
  7. serde_derive = "1.0"
  8. serde_yaml = "0.7"
  9. serde_json = "1.0"
  10. base64 = "~0.7.0"
  11. futures = "0.1.16"
  12. hyper = "0.11.6"
  13. url = "1.5"
  14. [dev-dependencies]
  15. tokio-core = "*"