about summary refs log tree commit diff
path: root/skim-cli/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-05-18 14:35:47 -0500
committergennyble <gen@nyble.dev>2025-05-18 14:35:47 -0500
commitf1933597d5d64839d5d3eeb126f8b95582d664c4 (patch)
tree7d0a60c7beeed97a3faae0381b66a7290548d8b0 /skim-cli/Cargo.toml
parent25b0631f1af74fcf1e1d8782f6d763881ad58af7 (diff)
downloadskim-f1933597d5d64839d5d3eeb126f8b95582d664c4.tar.gz
skim-f1933597d5d64839d5d3eeb126f8b95582d664c4.zip
little api
Diffstat (limited to 'skim-cli/Cargo.toml')
-rw-r--r--skim-cli/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/skim-cli/Cargo.toml b/skim-cli/Cargo.toml
new file mode 100644
index 0000000..df13b36
--- /dev/null
+++ b/skim-cli/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "skim-cli"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+facet = "0.27.1"
+facet-json = { version = "0.24.2" }