Break redaction stuff out into separate crate

This commit is contained in:
Lucien Greathouse
2019-09-30 16:27:31 -07:00
parent ab8aa89f2a
commit 3678ddfa36
9 changed files with 127 additions and 75 deletions

View File

@@ -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"