1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/bidi/Cargo.toml
Wez Furlong 84de038d5d bidi: move conformance tests to separate file
this is so that we can exclude it from the published crate

8b32ed483a
2022-10-16 21:07:33 -07:00

21 lines
487 B
TOML

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