rofi-edit/Cargo.toml

18 lines
407 B
TOML
Raw Permalink Normal View History

2023-12-08 21:12:52 +01:00
[package]
2023-12-09 14:51:18 +01:00
name = "rofi-edit"
2023-12-08 21:12:52 +01:00
version = "0.1.0"
edition = "2021"
2023-12-09 14:51:18 +01:00
description = "A plugin for rofi that allows list editing"
2023-12-08 21:12:52 +01:00
authors = ["DavidOnTop <me@davidon.top>"]
readme = "README.md"
2023-12-09 14:51:18 +01:00
license = "GPL-3.0"
repository = "git@github.com:davidon-top/rofi-edit.git"
[lib]
crate-type = ["cdylib"]
2023-12-08 21:12:52 +01:00
[dependencies]
2023-12-09 14:51:18 +01:00
rofi-mode = "0.3.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"