code rewritted to modules; add local/server flags to build
This commit is contained in:
@ -14,3 +14,7 @@ serde_json = "1"
|
||||
bytes = "1"
|
||||
tracing = "0.1"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
local = []
|
||||
|
||||
Reference in New Issue
Block a user