diff options
author | HampusM <hampus@hampusmat.com> | 2022-11-12 20:21:21 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-11-12 20:21:21 +0100 |
commit | 6a8fb450b5ac3e365455abe783757b7376bd1b08 (patch) | |
tree | 3feea823bc1420fbcea5f097fd9f309af5744cef /Cargo.toml | |
parent | 7793779ce197fa0c917d0ef312bfa9bcfcb64790 (diff) |
test: replace the test_util_macros crate with utility-macros
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -60,7 +60,6 @@ tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "time"] } [workspace] members = [ "macros", - "test_util_macros", "examples/with-3rd-party/third-party-lib", ] |