mirror of
https://github.com/guilhermewerner/mini-redis
synced 2025-06-15 22:45:48 +00:00
Implement a shared state between tasks
This commit is contained in:
@ -19,6 +19,7 @@ path = "Source/Server.rs"
|
||||
[dependencies]
|
||||
tokio = { version = "1.0.2", features = ["full"] }
|
||||
mini-redis = "0.4"
|
||||
bytes = "1.0.1"
|
||||
|
||||
[[example]]
|
||||
name="Hello"
|
||||
|
Reference in New Issue
Block a user