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