lotabout.skim/e2e/Cargo.toml
LoricAndre 0a60090a6b
chore(cargo): update to 2024 edition (#764)
* chore(cargo): update to 2024 edition

* chore: fmt

* chore(tuikit): update README

* fix(tuikit): fix imports

* feat(ci): run all tests during pr

* fix(ci): exclude e2e from unit tests

* fix(tests): ignore error on stdout locking failure

* fix(tests): fix syntax

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>
2025-05-04 19:44:06 +02:00

10 lines
163 B
TOML

[package]
name = "e2e"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = { workspace = true }
tempfile = { workspace = true }
which = { workspace = true }