summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@users.noreply.github.com>2020-09-20 01:53:25 +0200
committerGitHub <noreply@github.com>2020-09-20 01:53:25 +0200
commit58ffd762f26eb282e84aaa49a647d379c029b9f6 (patch)
treec447bc24bc994c2f6a6ae81611bd93183f08a3f9 /Cargo.lock
parent33c80fea1445f217bc048aada96e77bab857cd1c (diff)
parent60567cfb44249250ce3f86b8131a07b37c7ef55b (diff)
Merge pull request #7 from Rust-for-Linux/rust-params
Parameter support
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 414ef254f79e..c358a6a4fbdc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -149,6 +149,7 @@ version = "0.1.0"
dependencies = [
"bindgen",
"bitflags",
+ "module",
"shlex 0.1.1",
]
@@ -196,6 +197,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
+name = "module"
+version = "0.1.0"
+
+[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"