about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-05-17 09:53:23 -0500
committergennyble <gen@nyble.dev>2025-05-17 09:53:23 -0500
commit2bd66b9a04be8a63d7ee0be2d633ead183fa7e76 (patch)
tree8962e5bc5b0e8ac1af7f01f0db875bc60d8d44c3 /Cargo.toml
downloadskim-2bd66b9a04be8a63d7ee0be2d633ead183fa7e76.tar.gz
skim-2bd66b9a04be8a63d7ee0be2d633ead183fa7e76.zip
initial commit; meow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..51b8fe6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "headlice"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+pnet_datalink = "0.35.0"
+scurvy = { git = "https://git.dreamy.place/scurvy/" }