summaryrefslogtreecommitdiff
path: root/alacritty_config/Cargo.toml
blob: 8ad6e49334f8360881325f9a560810f64b437a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "alacritty_config"
version = "0.1.2-dev"
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"