more build optimization
This commit is contained in:
parent
267a8c11c3
commit
5ca02948df
9 changed files with 1429 additions and 246 deletions
|
@ -10,7 +10,7 @@ lazy_static = "1.4.0"
|
|||
tokio-tungstenite = { version = "0.18.0", features=["native-tls"] }
|
||||
serde = { version = "1.0.149", features = ["derive"] }
|
||||
serde_json = "1.0.89"
|
||||
tokio = { version = "1.23.0" }
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
url = "2.3.1"
|
||||
futures-util = "0.3.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue