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