Skip to content

Commit d50048b

Browse files
committed
Add rstest to dev-dependencies
1 parent 78b9f29 commit d50048b

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ toml = "0.9.8"
4343
tui-input = "0.15.0"
4444
umbra = "0.4.0"
4545

46+
[dev-dependencies]
47+
rstest = "0.26.1"
48+
4649
[profile.release]
4750
codegen-units = 1
4851
lto = true

0 commit comments

Comments
 (0)