summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-02-27 16:20:43 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-02-27 16:20:43 -0300
commitc6eb13dcea737507a072a2d7977ec442fd4fbef1 (patch)
tree0c43f8161842bdd07fd9467076d365ef0a26167e
parent6d6426743298a23a4e084684778b623b9e71882c (diff)
Improve performance
-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"