feat: depot API

This commit is contained in:
DecDuck
2025-12-20 01:11:05 +11:00
parent 89af632d84
commit 0d4c1e516f
13 changed files with 514 additions and 329 deletions
+6
View File
@@ -0,0 +1,6 @@
# Structure
Torrential is a typical Rust project. Source files are in `src/`.
`handlers.rs` contains most non-download endpoint handlers. `serve.rs` contains the download endpoint handler.
`remote.rs` handles communciating with the Drop server.