mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-09-12 15:27:28 +02:00
typed is now in rust!
This commit is contained in:
parent
822c6b3bdf
commit
393a0a3ea5
7 changed files with 555 additions and 94 deletions
9
programs/typed/Cargo.toml
Normal file
9
programs/typed/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "typed"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap.workspace = true
|
||||
crossterm = "0.29.0"
|
||||
notify = "8"
|
||||
Loading…
Reference in a new issue