diff options
author | Simon Thoby <git@nightmared.fr> | 2023-02-26 00:09:39 +0100 |
---|---|---|
committer | Simon Thoby <git@nightmared.fr> | 2023-02-26 00:09:39 +0100 |
commit | e5c2b423473bb147763c8f6a73aec73212980e4b (patch) | |
tree | 456763343d97fba976f9c3aa69033ad3dfa5e999 /Cargo.toml | |
parent | c7ef0c961cc8c7a7955754a55df3118c74e8bef7 (diff) |
reduce the amount of unsafe code
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |