diff options
author | gennyble <gen@nyble.dev> | 2025-05-31 10:31:17 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-05-31 10:31:17 -0500 |
commit | cfebf65b706be63e0531b62bc03034ec870a0fad (patch) | |
tree | ebb3e3a803b679a728d9d122705a3e5e6b9a3860 /Cargo.toml | |
download | piper-cfebf65b706be63e0531b62bc03034ec870a0fad.tar.gz piper-cfebf65b706be63e0531b62bc03034ec870a0fad.zip |
initial commit; support for text/plain
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
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" |