diff options
Diffstat (limited to 'incria/Cargo.lock')
-rw-r--r-- | incria/Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/incria/Cargo.lock b/incria/Cargo.lock index fa39449..32dc3f1 100644 --- a/incria/Cargo.lock +++ b/incria/Cargo.lock @@ -21,7 +21,6 @@ dependencies = [ name = "incria" version = "0.1.0" dependencies = [ - "once_cell", "tokio", ] @@ -42,12 +41,6 @@ dependencies = [ ] [[package]] -name = "once_cell" -version = "1.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" - -[[package]] name = "pin-project-lite" version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" |