mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
16 lines
378 B
TOML
16 lines
378 B
TOML
|
[package]
|
||
|
name = "sync-color-schemes"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0"
|
||
|
config = { path = "../config" }
|
||
|
http_req = "0.8"
|
||
|
serde = {version="1.0", features=["derive"]}
|
||
|
serde_json = "1.0"
|
||
|
toml = "0.5"
|
||
|
wezterm-dynamic = { path = "../wezterm-dynamic" }
|