init
This commit is contained in:
commit
0e5a6de323
10 changed files with 2166 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue