|
@@ -14,13 +14,13 @@ log = "0.4.14"
|
|
|
operational-transform = { version = "0.6.0", features = ["serde"] }
|
|
|
parking_lot = "0.11.1"
|
|
|
pretty_env_logger = "0.4.0"
|
|
|
+rand = "0.8.3"
|
|
|
serde = { version = "1.0.126", features = ["derive"] }
|
|
|
serde_json = "1.0.64"
|
|
|
sqlx = { version = "0.5.9", features = ["runtime-tokio-rustls", "sqlite"] }
|
|
|
tokio = { version = "1.6.1", features = ["full", "test-util"] }
|
|
|
tokio-stream = "0.1.6"
|
|
|
warp = "0.3.1"
|
|
|
-rand = "0.8"
|
|
|
|
|
|
[dev-dependencies]
|
|
|
tempfile = "3.2.0"
|