From c2279c63912a47bf3078f5df3b3156ba0d9afe9f Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Tue, 23 Mar 2021 12:25:10 -0300 Subject: Clean up RAII transactions, with impl_trait crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit 1.4.1