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.

12 lines
177B

  1. #[macro_use]
  2. extern crate serde_derive;
  3. extern crate hyper;
  4. extern crate serde;
  5. extern crate serde_json;
  6. extern crate futures;
  7. extern crate url;
  8. pub mod apis;
  9. pub mod models;