summaryrefslogtreecommitdiff
path: root/alacritty_config/Cargo.toml
blob: 6fed7fa1bf994711e4c01454494d2b86038ee597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "alacritty_config"
version = "0.1.2-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT OR Apache-2.0"
description = "Alacritty configuration abstractions"
homepage = "https://github.com/alacritty/alacritty"
edition = "2021"
rust-version = "1.70.0"

[dependencies]
log = { version = "0.4.17", features = ["serde"] }
serde = "1.0.163"
toml = "0.8.2"