Initial version

This commit is contained in:
DavidOnTop 2023-12-09 13:51:18 +00:00
parent 8afbd6324d
commit cea9ee6e51
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
9 changed files with 683 additions and 375 deletions

View file

@ -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"