[[bin]]
name = "ron_way_cli"
path = "src/main.rs"
[dependencies.regex]
version = "1.5"
[dependencies.ron]
version = "0.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.toml]
version = "0.5"
[lib]
name = "ron_way"
path = "src/lib.rs"
[package]
authors = ["Jason Lang <jason.allen.lang@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Convert Alacritty terminal themes in TOML format to RON format for use with Cosmic Terminal"
edition = "2021"
license = "MIT"
name = "ron_way"
readme = "README.md"
version = "0.1.0"