[package] name = "dyna" version = "0.1.0" edition = "2021" authors = ["Aziz Ben Ali "] description = "Convert a colorscheme from one terminal emulator to another." keywords = ["config", "utility", "parsing"] repository = "https://git.sr.ht/~grtcdr/dyna" license = "MIT" readme = "README.md" [dependencies] structopt = { version = "0.3.25", default-features = false } serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" rust-ini = "0.17.0"