Skip to content

Commit 3d4526a

Browse files
committed
package: include zellij test fixture
Ensure the complex_data test fixture is present in packaged sources.
1 parent e992171 commit 3d4526a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ repository = "https://github.com/console-rs/console"
1010
documentation = "https://docs.rs/console"
1111
readme = "README.md"
1212
rust-version = "1.71"
13-
include = ["CHANGELOG.md", "Cargo.toml", "LICENSE", "README.md", "src/**/*.rs"]
13+
include = [
14+
"CHANGELOG.md",
15+
"Cargo.toml",
16+
"LICENSE",
17+
"README.md",
18+
"src/**/*.rs",
19+
"tests/data/sample_zellij_session.log",
20+
]
1421

1522
[features]
1623
default = ["unicode-width", "ansi-parsing", "std"]

0 commit comments

Comments
 (0)