summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea4342e..37504ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "datafu"
-version = "0.0.5"
+version = "0.0.6"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 license = "AGPL-3.0-or-later"
 description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
@@ -14,6 +14,9 @@ homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6b
 [dependencies]
 regex = "1"
 
+[target.'cfg(target_os = "linux")'.dependencies]
+totally-safe-transmute = "0.0.3"
+
 [dev-dependencies]
 proptest = "0.10.1"