tabula rasa

This commit is contained in:
🪞👃🪞 2025-03-02 14:31:04 +02:00
commit 47b3413d7d
76 changed files with 7000 additions and 0 deletions

12
output/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "tek_output"
edition = "2021"
version = "0.2.0"
[dependencies]
tek_edn = { path = "../edn" }
[dev-dependencies]
tek_tui = { path = "../tui" }
proptest = "^1"
proptest-derive = "^0.5.1"