1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/termwiz/codegen/Cargo.toml
Wez Furlong 427477dfb1 termwiz: update nerdfont symbol data
This makes codicons available by name to lua, and to have them
show up in the charselect modal.
2022-09-17 07:36:24 -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.11", features=["blocking"]}
human-sort = "0.2"