1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00
wezterm/bidi/Cargo.toml
Wez Furlong 8b32ed483a bidi: exclude test data from crates.io
I thought that I might need to do something to make the tests
happy with this, but they are not run as part of the pre-publish
checks and they shouldn't be run once vendored, so perhaps it
is just as simple as excluding and publishing?

refs: https://github.com/wez/wezterm/issues/2518
2022-09-15 06:27:29 -07:00

21 lines
477 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"]
# 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"