mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* 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>
10 lines
163 B
TOML
10 lines
163 B
TOML
[package]
|
|
name = "e2e"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rand = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
which = { workspace = true }
|