summaryrefslogtreecommitdiffstats
path: root/build/rust/memoffset/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'build/rust/memoffset/Cargo.toml')
-rw-r--r--build/rust/memoffset/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/rust/memoffset/Cargo.toml b/build/rust/memoffset/Cargo.toml
new file mode 100644
index 0000000000..24eb01a58b
--- /dev/null
+++ b/build/rust/memoffset/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "memoffset"
+version = "0.8.999"
+edition = "2018"
+license = "MIT/Apache-2.0"
+
+[lib]
+path = "lib.rs"
+
+[dependencies.memoffset]
+version = "0.9"