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