mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* chore(release): release * chore: generate completions & manpage * Update CHANGELOG.md --------- Co-authored-by: skim-rs-bot[bot] <190268553+skim-rs-bot[bot]@users.noreply.github.com> Co-authored-by: Skim bot <skim-bot@skim-rs.github.io> Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
15 lines
375 B
TOML
15 lines
375 B
TOML
[package]
|
|
name = "skim-common"
|
|
version = "0.1.2"
|
|
edition = "2024"
|
|
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
|
|
description = "Fuzzy Finder in rust!"
|
|
documentation = "https://docs.rs/skim"
|
|
homepage = "https://github.com/skim-rs/skim"
|
|
repository = "https://github.com/skim-rs/skim"
|
|
readme = "../README.md"
|
|
keywords = ["util"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|