mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
Add test suite — 13 integration tests covering guard, config, ops, gvas
This commit is contained in:
@@ -6,6 +6,10 @@ authors = ["NotAlterra"]
|
||||
license = "MIT"
|
||||
description = "Subnautica 2 save-file manager — cross-platform terminal application"
|
||||
|
||||
[lib]
|
||||
name = "notalterra"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ratatui = "0.29"
|
||||
crossterm = "0.28"
|
||||
@@ -16,6 +20,9 @@ regex = "1"
|
||||
anyhow = "1"
|
||||
unicode-width = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 2
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user