Licence compliance stuff

This commit is contained in:
2026-03-01 05:13:18 +00:00
parent 5c56a9c3c6
commit f20fa6110d
7 changed files with 791 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ name = "keydr"
version = "0.1.0"
edition = "2024"
description = "Terminal typing tutor with adaptive learning"
license = "AGPL-3.0-only"
[dependencies]
ratatui = { version = "0.30", features = ["crossterm_0_28"] }