This commit is contained in:
암냥 2026-03-11 23:16:53 +09:00
commit 0e5a6de323
No known key found for this signature in database
10 changed files with 2166 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "paste"
version = "0.1.0"
edition = "2024"
[dependencies]
content_inspector = "0.2.4"
nanoid = "0.4.0"
rocket = "0.5.1"
tempfile = "3.27.0"
tokio = "1.50.0"