url-eater/Cargo.toml

19 lines
533 B
TOML
Raw Normal View History

2023-04-02 17:20:29 +00:00
[package]
name = "url-eater"
2023-04-05 12:56:53 +00:00
version = "0.1.1"
2023-04-02 17:20:29 +00:00
edition = "2021"
authors = ["Agatha V. Lovelace <agatha@technogothic.net>"]
description = "Strip unneeded parameters from URLs copied to clipboard"
license = "NVPLv7+"
2023-04-05 12:56:53 +00:00
rust-version = "1.65"
2023-04-02 17:20:29 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cli-clipboard = "0.4.0"
knuffel = "3.0.0"
memoize = { version = "0.4.0", features = ["full"] }
2023-04-02 17:20:29 +00:00
miette = { version = "5.7.0", features = ["fancy"] }
url = "2.3.1"
wildmatch = "2.1.1"