diff options
author | tcmal <tcmal> | 2023-06-04 19:55:02 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-01 17:31:29 +0100 |
commit | 4157af997947a3e3354554ad82d449be38af8f40 (patch) | |
tree | 21493b3b43c3da590bec55fd7ba0c70adabd2d63 /incria/Cargo.toml | |
parent | 2c1525849f3e47587f58c7afbd3020c8076c9f4e (diff) |
use std oncelock
Diffstat (limited to 'incria/Cargo.toml')
-rw-r--r-- | incria/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/incria/Cargo.toml b/incria/Cargo.toml index 1ff3824..608c926 100644 --- a/incria/Cargo.toml +++ b/incria/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -once_cell = "1.17.1" tokio = { version = "1.28.1", features = ["sync", "rt"] } [dev-dependencies] |