about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-05-31 10:31:17 -0500
committergennyble <gen@nyble.dev>2025-05-31 10:31:17 -0500
commitcfebf65b706be63e0531b62bc03034ec870a0fad (patch)
treeebb3e3a803b679a728d9d122705a3e5e6b9a3860 /Cargo.toml
downloadpiper-cfebf65b706be63e0531b62bc03034ec870a0fad.tar.gz
piper-cfebf65b706be63e0531b62bc03034ec870a0fad.zip
initial commit; support for text/plain
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..51b6731
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "piper"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+httparse = "1.10.1"
+smol = "2.0.2"