mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-09-14 16:17:27 +02:00
parent
43b0c0d9b1
commit
b973e36ebb
2 changed files with 165 additions and 0 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