Skip to content

Commit

Permalink
Added tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Emulator000 committed Sep 25, 2020
1 parent fbad62c commit dad0018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "simple-cache"
description = "A basic and simple Rust library async/await ready caching implementation for structures."
version = "0.1.0"
version = "0.1.1"
authors = ["Emulator000 <[email protected]>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/Emulator000/simple-cache"
license = "MIT"
keywords = ["cache", "struct", "object", "simple"]

[dependencies]
async-std = "^1.6"
Expand Down

0 comments on commit dad0018

Please sign in to comment.