diff options
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" |