aboutsummaryrefslogtreecommitdiff
path: root/alacritty_config/Cargo.toml
blob: e773d810570f5426fe6c6eb28aa7a142eaeb946b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "alacritty_config"
version = "0.2.1-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"

[dev-dependencies]
alacritty_config_derive = { version = "0.2.3-dev", path = "../alacritty_config_derive" }
serde = { version = "1.0.163", features = ["derive"] }