summaryrefslogtreecommitdiff
path: root/rust-src/Cargo.lock
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-02-28 06:15:48 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-02-28 06:15:48 -0500
commit8a7e3344fe089b3e2c6c45f00ade217e3d55a958 (patch)
tree801bec15e86816d8c87da17f0ce4f5e21299c0f6 /rust-src/Cargo.lock
parentdaebbc085d74dc7666dd704f48fa4ed5c0005f75 (diff)
rust: Filesystem options now supported
This implements opt_set!(), which works exactly the same as the C version and allows filesystem options to be specified in Rust code. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'rust-src/Cargo.lock')
-rw-r--r--rust-src/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/rust-src/Cargo.lock b/rust-src/Cargo.lock
index 46653733..c4dd7f58 100644
--- a/rust-src/Cargo.lock
+++ b/rust-src/Cargo.lock
@@ -81,6 +81,7 @@ dependencies = [
"gag",
"libc",
"memoffset",
+ "paste",
"pkg-config",
"udev",
"uuid",
@@ -596,6 +597,12 @@ dependencies = [
]
[[package]]
+name = "paste"
+version = "1.0.11"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
+
+[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"