No known key found for this signature in database
GPG Key ID: FD81DE6D75E20917
1 changed files with
4 additions and
4 deletions
-
server/Cargo.toml
|
|
|
@ -20,7 +20,7 @@ lazy_static = "1" |
|
|
|
anyhow = "1.0" |
|
|
|
|
|
|
|
# Game loading |
|
|
|
rhai = {version = "0.20", features = ["serde", "sync"]} |
|
|
|
rhai = {version = "1.0", features = ["serde", "sync"]} |
|
|
|
serde_json = "1" |
|
|
|
serde = "1" |
|
|
|
schemars = "0.8" |
|
|
|
@ -28,8 +28,8 @@ schemars = "0.8" |
|
|
|
|
|
|
|
# PROTOBUF stack |
|
|
|
bytes = "1" |
|
|
|
prost = "0.7" |
|
|
|
prost-types = "0.7" |
|
|
|
prost = "0.8" |
|
|
|
prost-types = "0.8" |
|
|
|
|
|
|
|
# Database (SQLite) |
|
|
|
rusqlite = {version = "0.25", features=["bundled"]} |
|
|
|
@ -42,4 +42,4 @@ fern = {version = "0.6", features = ["colored"]} |
|
|
|
chrono = "0.4" |
|
|
|
[build-dependencies] |
|
|
|
# PROTOBUF codegen |
|
|
|
prost-build = "0.7" |
|
|
|
prost-build = "0.8" |