Files
rojo/rojo-insta-ext/Cargo.toml
2019-09-30 16:27:31 -07:00

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