1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-29 10:04:49 +03:00
wezterm/termwiz/codegen/Cargo.toml
2024-05-04 17:07:29 -07:00

11 lines
185 B
TOML

[package]
name = "codegen"
version = "0.1.0"
edition = "2021"
[dependencies]
phf_codegen = "0.10"
ucd-trie = "0.1"
reqwest = {version="0.12", features=["blocking"]}
human-sort = "0.2"