Ver código fonte

Renamed protocol library

Cesar Rodas 3 anos atrás
pai
commit
756f502e33

+ 1 - 1
Cargo.toml

@@ -7,7 +7,7 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-redis-zero-protocol-parser = {path = "protocol"}
+redis-zero-protocol-parser = {path = "redis-protocol-parser"}
 tokio={version="1", features = ["full", "tracing"] }
 tokio-util={version="^0.6", features = ["full"] }
 futures = { version = "0.3.0", features = ["thread-pool"]}

+ 0 - 0
protocol/Cargo.toml → redis-protocol-parser/Cargo.toml


+ 0 - 0
protocol/src/lib.rs → redis-protocol-parser/src/lib.rs


+ 0 - 0
protocol/src/macros.rs → redis-protocol-parser/src/macros.rs