forked from rojo-rbx/rojo
15 lines
257 B
TOML
15 lines
257 B
TOML
[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"]
|