We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e8e70 commit 8394d65Copy full SHA for 8394d65
.gitignore
@@ -0,0 +1,4 @@
1
+
2
+/target
3
+**/*.rs.bk
4
+Cargo.lock
Cargo.toml
@@ -0,0 +1,21 @@
+[package]
+name = "lxc"
+version = "0.1.0"
+authors = ["Sanpi <[email protected]>"]
5
+repository = "https://github.com/sanpii/lxc-rs.git"
6
+documentation = "https://docs.rs/lxc"
7
+keywords = ["lxc"]
8
+license = "MIT"
9
+categories = ["api-bindings"]
10
+description = "Linux Containers API"
11
12
+[dependencies]
13
+bitflags = "1.0"
14
15
+[dependencies.lxc-sys]
16
+version = "0.1"
17
+path = "./lxc-sys"
18
19
+[badges]
20
+travis-ci = { repository = "sanpii/lxc-rs" }
21
+gitlab = { repository = "sanpi/lxc-rs" }
0 commit comments