2022-08-31 18:48:38 -04:00
|
|
|
[package]
|
|
|
|
name = "alacritty_config"
|
2023-02-14 18:19:19 -05:00
|
|
|
version = "0.1.2-dev"
|
2022-08-31 18:48:38 -04:00
|
|
|
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
2023-07-19 19:07:55 -04:00
|
|
|
license = "MIT OR Apache-2.0"
|
2022-08-31 18:48:38 -04:00
|
|
|
description = "Alacritty configuration abstractions"
|
|
|
|
homepage = "https://github.com/alacritty/alacritty"
|
|
|
|
edition = "2021"
|
2023-10-07 23:29:57 -04:00
|
|
|
rust-version = "1.70.0"
|
2022-08-31 18:48:38 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = { version = "0.4.17", features = ["serde"] }
|
2023-05-16 01:57:39 -04:00
|
|
|
serde = "1.0.163"
|
2023-10-07 23:29:57 -04:00
|
|
|
toml = "0.8.2"
|