mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Start using failure for error management
This commit is contained in:
@@ -30,10 +30,11 @@ 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" }
|
||||
rbxmx = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
rbxm = { git = "https://github.com/LPGhatguy/rbx-tree.git" }
|
||||
uuid = { version = "0.7", features = ["v4", "serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.0"
|
||||
|
||||
Reference in New Issue
Block a user