mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Break redaction stuff out into separate crate
This commit is contained in:
14
rojo-insta-ext/Cargo.toml
Normal file
14
rojo-insta-ext/Cargo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user