diff options
author | gennyble <gen@nyble.dev> | 2025-05-18 14:35:47 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-05-18 14:35:47 -0500 |
commit | f1933597d5d64839d5d3eeb126f8b95582d664c4 (patch) | |
tree | 7d0a60c7beeed97a3faae0381b66a7290548d8b0 /Cargo.toml | |
parent | 25b0631f1af74fcf1e1d8782f6d763881ad58af7 (diff) | |
download | skim-f1933597d5d64839d5d3eeb126f8b95582d664c4.tar.gz skim-f1933597d5d64839d5d3eeb126f8b95582d664c4.zip |
little api
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml index 43a9b92..4e3bc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,3 @@ -[package] -name = "headlice" -version = "0.1.0" -edition = "2024" - -[dependencies] -pnet_datalink = "0.35.0" -scurvy = { git = "https://git.dreamy.place/scurvy/" } -smol = "2.0.2" +[workspace] +members = ["skim", "skim-cli"] +resolver = "3" |