Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VC
rust-gitlab
Commits
9d357d37
Commit
9d357d37
authored
Jun 29, 2016
by
Ben Boeckel
⛰
Browse files
cargo: initialize the repository
parent
ff232a56
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
9d357d37
Cargo.lock
target/
Cargo.toml
0 → 100644
View file @
9d357d37
[package]
name
=
"gitlab"
version
=
"0.1.0"
authors
=
[
"Ben Boeckel <ben.boeckel@kitware.com>"
]
license
=
"MIT/Apache-2.0"
description
=
"""
Gitlab API client.
"""
repository
=
"https://gitlab.kitware.com/utils/rust-gitlab.git"
homepage
=
"https://gitlab.kitware.com/utils/rust-gitlab"
rustfmt.toml
0 → 100644
View file @
9d357d37
enum_trailing_comma
=
true
fn_args_density
=
"Compressed"
fn_args_layout
=
"Visual"
match_block_trailing_comma
=
true
match_wildcard_trailing_comma
=
true
struct_lit_multiline_style
=
"ForceMulti"
struct_lit_trailing_comma
=
"Always"
struct_trailing_comma
=
"Always"
src/lib.rs
0 → 100644
View file @
9d357d37
#![warn(missing_docs)]
//! A library for communicating with Gitlab instances.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment