2022-01-21 18:42:44 +03:00
|
|
|
[package]
|
|
|
|
name = "wezterm-bidi"
|
2022-10-22 06:53:29 +03:00
|
|
|
version = "0.2.2"
|
2022-01-21 18:42:44 +03:00
|
|
|
edition = "2021"
|
2022-04-07 17:24:57 +03:00
|
|
|
repository = "https://github.com/wez/wezterm"
|
|
|
|
description = "The Unicode Bidi Algorithm (UBA)"
|
2022-08-01 19:15:48 +03:00
|
|
|
license = "MIT AND Unicode-DFS-2016"
|
2022-10-17 07:07:33 +03:00
|
|
|
exclude = ["/data", "/tests"]
|
2022-01-21 18:42:44 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2022-01-30 19:22:17 +03:00
|
|
|
[features]
|
|
|
|
|
2022-01-21 18:42:44 +03:00
|
|
|
[dependencies]
|
|
|
|
log = "0.4"
|
2022-08-02 04:35:56 +03:00
|
|
|
wezterm-dynamic = { version = "0.1", path = "../wezterm-dynamic" }
|
2022-01-21 18:42:44 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
k9 = "0.11.0"
|
2022-04-07 18:22:46 +03:00
|
|
|
env_logger = "0.9"
|