Initial version
This commit is contained in:
parent
8afbd6324d
commit
cea9ee6e51
9 changed files with 683 additions and 375 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -1,17 +1,17 @@
|
|||
[package]
|
||||
name = "rust-template"
|
||||
name = "rofi-edit"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A template for rust projects"
|
||||
description = "A plugin for rofi that allows list editing"
|
||||
authors = ["DavidOnTop <me@davidon.top>"]
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/rust-template"
|
||||
license = "MIT"
|
||||
repository = "git@github.com:davidon-top/rust-template.git"
|
||||
license = "GPL-3.0"
|
||||
repository = "git@github.com:davidon-top/rofi-edit.git"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
rofi-mode = "0.3.1"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue