mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Break redaction stuff out into separate crate
This commit is contained in:
@@ -21,11 +21,13 @@ dev-live-assets = []
|
||||
[workspace]
|
||||
members = [
|
||||
"rojo-test",
|
||||
"rojo-insta-ext",
|
||||
]
|
||||
|
||||
default-members = [
|
||||
".",
|
||||
"rojo-test",
|
||||
"rojo-insta-ext",
|
||||
]
|
||||
|
||||
[lib]
|
||||
@@ -65,6 +67,7 @@ uuid = { version = "0.7", features = ["v4", "serde"] }
|
||||
winreg = "0.6.2"
|
||||
|
||||
[dev-dependencies]
|
||||
rojo-insta-ext = { path = "rojo-insta-ext" }
|
||||
lazy_static = "1.2"
|
||||
paste = "0.1"
|
||||
pretty_assertions = "0.6.1"
|
||||
|
||||
Reference in New Issue
Block a user