mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-09 14:49:19 -08:00
feat: consolidate, license
This commit is contained in:
commit
0ade7d9539
19 changed files with 2088 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "fzfdapter"
|
||||
authors = [ "kittywitch" ]
|
||||
license = "GPL3"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
clap = { version = "4.5.50", features = ["derive"] }
|
||||
freedesktop-desktop-entry = "0.7.19"
|
||||
indexmap = { version = "2.12.0", features = ["serde"] }
|
||||
is_executable = "1.0.5"
|
||||
rmp-serde = "1.3.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = { version = "0.9.8", features = ["serde"] }
|
||||
xdg = "3.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue