Compare commits
4 commits
dc7eeaddfe
...
8537684656
| Author | SHA1 | Date | |
|---|---|---|---|
| 8537684656 | |||
| e746256fdc | |||
| 1ef50b6ee5 | |||
| a1e1b6d54c |
3 changed files with 7 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -844,7 +844,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||
|
||||
[[package]]
|
||||
name = "shrupl"
|
||||
version = "0.1.0"
|
||||
version = "0.1.0-alpha"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "shrupl"
|
||||
version = "0.1.0"
|
||||
version = "0.1.0-alpha"
|
||||
edition = "2024"
|
||||
description = "ShrUpl is a tool to upload files to a Sharry Instance through a public Alias, leveraging the tus protocol"
|
||||
|
||||
|
|
|
|||
|
|
@ -35,3 +35,7 @@ outline of sharry uploading
|
|||
hints
|
||||
|
||||
- https://stackoverflow.com/questions/59586787/rust-how-to-do-http-put-of-large-files
|
||||
|
||||
ideas
|
||||
|
||||
- max errors => stop
|
||||
|
|
|
|||
Loading…
Reference in a new issue