[package]
edition = "2021"
name = "mottle"
version = "0.5.0"
description = "Create themes for VS Code with ease"
homepage = "https://github.com/arzg/mottle"
documentation = "https://docs.rs/mottle"
license = "MIT OR Apache-2.0"
repository = "https://github.com/arzg/mottle"
resolver = "2"
[dependencies.indexmap]
version = "1.7"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.expect-test]
version = "1.1"
[dev-dependencies.pretty_assertions]
version = "1.0"