add ais (rust fuzzy selector) and atproto plugin
This commit is contained in:
11
rust/ais/Cargo.toml
Normal file
11
rust/ais/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "ais"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "ai selector - unified fuzzy finder for shell"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[[bin]]
|
||||
name = "ais"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user