Skip to content

Commit

Permalink
Removed Tokio dependencies for non test
Browse files Browse the repository at this point in the history
  • Loading branch information
Emulator000 committed Sep 25, 2020
1 parent dad0018 commit 2362d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "simple-cache"
description = "A basic and simple Rust library async/await ready caching implementation for structures."
version = "0.1.1"
version = "0.1.2"
authors = ["Emulator000 <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -12,4 +12,6 @@
[dependencies]
async-std = "^1.6"
arc-swap = "^0.4"

[dev-dependencies]
tokio = { version = "^0.2", features = ["full"] }

0 comments on commit 2362d7f

Please sign in to comment.