mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
server: Update dependencies
This commit is contained in:
693
server/Cargo.lock
generated
693
server/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -21,17 +21,18 @@ bundle-plugin = []
|
||||
|
||||
[dependencies]
|
||||
clap = "2.27"
|
||||
env_logger = "0.5"
|
||||
failure = "0.1.3"
|
||||
log = "0.4"
|
||||
notify = "4.0"
|
||||
rand = "0.4"
|
||||
regex = "1.0"
|
||||
reqwest = "0.9.5"
|
||||
rouille = "2.1"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
notify = "4.0"
|
||||
rand = "0.4"
|
||||
regex = "1.0"
|
||||
log = "0.4"
|
||||
env_logger = "0.5"
|
||||
uuid = { version = "0.7", features = ["v4", "serde"] }
|
||||
failure = "0.1.3"
|
||||
rbx_tree = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
rbx_xml = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
rbx_binary = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
@@ -39,4 +40,4 @@ rbx_binary = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
[dev-dependencies]
|
||||
tempfile = "3.0"
|
||||
walkdir = "2.1"
|
||||
lazy_static = "1.2"
|
||||
lazy_static = "1.2"
|
||||
Reference in New Issue
Block a user