diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-10 13:05:36 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-10 13:06:27 +0200 |
| commit | 5bcbe92f55e2376be0717636f6d4e30227040496 (patch) | |
| tree | ec85f4e4d00b5b87120e9df6bbc5ee630bddddf5 /rtic-time/Cargo.toml | |
| parent | 25c2c59a42e97d3beab7d2958fd82f8506333752 (diff) | |
Use artificial time instead
Diffstat (limited to 'rtic-time/Cargo.toml')
| -rw-r--r-- | rtic-time/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index 69205fd..b0746c1 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -23,6 +23,4 @@ rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" } [dev-dependencies] parking_lot = "0.12" -tokio = { version = "1.27", features = ["rt", "macros", "sync", "rt-multi-thread", "time"] } -pretty_env_logger = "0.4" -log = "0.4" +cassette = "0.2" |
