Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

18 行
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 = "*"