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.
|
1234567891011121314151617 |
- [package]
- name = "swagger"
- version = "1.0.0"
- authors = ["Swagger Codegen team and contributors"]
-
- [dependencies]
- serde = "1.0"
- serde_derive = "1.0"
- serde_yaml = "0.7"
- serde_json = "1.0"
- base64 = "~0.7.0"
- futures = "0.1.16"
- hyper = "0.11.6"
- url = "1.5"
-
- [dev-dependencies]
- tokio-core = "*"
|