typed is now in rust!

This commit is contained in:
Schrottkatze 2026-08-25 17:27:34 +02:00
commit 393a0a3ea5
7 changed files with 555 additions and 94 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "typed"
version = "0.1.0"
edition = "2024"
[dependencies]
clap.workspace = true
crossterm = "0.29.0"
notify = "8"