aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSimon Thoby <git@nightmared.fr>2023-02-26 00:09:39 +0100
committerSimon Thoby <git@nightmared.fr>2023-02-26 00:09:39 +0100
commite5c2b423473bb147763c8f6a73aec73212980e4b (patch)
tree456763343d97fba976f9c3aa69033ad3dfa5e999 /Cargo.toml
parentc7ef0c961cc8c7a7955754a55df3118c74e8bef7 (diff)
reduce the amount of unsafe code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c72fa39..d0d82cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ log = "0.4"
libc = "0.2.43"
nix = "0.23"
ipnetwork = { version = "0.20", default-features = false }
-rustables-macros = "0.1.0"
+rustables-macros = { path = "macros" }
[dev-dependencies]
env_logger = "0.9"