working, cleaning trash via cargo fix

This commit is contained in:
Priec
2025-07-29 20:14:24 +02:00
parent 074b2914d8
commit 1a451a576f
14 changed files with 10 additions and 1993 deletions

View File

@@ -24,19 +24,3 @@ tokio-test = "0.4.4"
[features]
default = []
gui = ["ratatui"]
[[example]]
name = "simple_login"
path = "examples/simple_login.rs"
[[example]]
name = "config_screen"
path = "examples/config_screen.rs"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[example]]
name = "integration_patterns"
path = "examples/integration_patterns.rs"