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

14
rojo-insta-ext/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "rojo-insta-ext"
version = "0.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
publish = false
[dependencies]
serde = "1.0.99"
serde_yaml = "0.8.9"
[dependencies.insta]
version = "0.11.0"
features = ["redactions"]