mirror of
https://github.com/wez/wezterm.git
synced 2024-11-29 10:04:49 +03:00
11 lines
185 B
TOML
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"
|