diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-08 14:51:11 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-08 15:40:48 +0200 |
commit | 6a37a2432efda67aa681338251a0d47d6336f9e3 (patch) | |
tree | c29903a58c857297615f72ba3d2367cefcbcdd47 /Cargo.toml | |
parent | e0bef0105e0cc64bb610889b6921fd94897431d9 (diff) |
drop mac dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ edition = "2018" [dependencies] log = "0.4" -mac = "0.1" [dev-dependencies] typed-arena = "1.3.0" |