1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/bidi/Cargo.toml
2022-05-18 09:25:41 -07:00

20 lines
419 B
TOML

[package]
name = "wezterm-bidi"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/wez/wezterm"
description = "The Unicode Bidi Algorithm (UBA)"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
[dependencies]
log = "0.4"
wezterm-dynamic = { path = "../wezterm-dynamic" }
[dev-dependencies]
k9 = "0.11.0"
env_logger = "0.9"