types: add structs for gitlab API entities
Got bored typing up docs part of the way through. Some of the more obscure entities are left untouched. Objects meant to be passed to POST or PUT endpoints are not represented here (though they should be added). Fixes #1.
... | ... | @@ -8,11 +8,17 @@ Gitlab API client. |
""" | ||
repository = "https://gitlab.kitware.com/utils/rust-gitlab.git" | ||
homepage = "https://gitlab.kitware.com/utils/rust-gitlab" | ||
build = "build.rs" | ||
[build-dependencies] | ||
serde_codegen = "*" | ||
[dependencies] | ||
chrono = { version = "~0.2", features = ["serde"] } | ||
#ease = "~0.5" | ||
hyper = "~0.9" | ||
log = "*" | ||
serde = "~0.7" | ||
serde_json = "~0.7" | ||
url = "~1.1" | ||
... | ... |
build.rs
0 → 100644
src/types.rs
0 → 100644
src/types.rs.in
0 → 100644
This diff is collapsed.
Please register or sign in to comment