summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:25:10 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:25:10 -0300
commitc2279c63912a47bf3078f5df3b3156ba0d9afe9f (patch)
treeef1a07f67ed41012587ae5c6548c2e4eef33ee61 /Cargo.toml
parent37cea5a3a1dc1a56b44b2445ea71f89035ed7327 (diff)
Clean up RAII transactions, with impl_trait crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1dfd690..fc15218 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6b
 
 [dependencies]
 regex = "1"
+impl_trait = "0.1.2"
 
 [target.'cfg(target_os = "linux")'.dependencies]
 totally-safe-transmute = "0.0.3"