Compare commits

...

4 commits

Author SHA1 Message Date
8537684656 ideas 2025-06-05 17:47:42 +00:00
e746256fdc Merge tag '0.1.0-alpha' into develop
First working version

- distinct lack of comments
- no testing (needs trait oriented implementation)
- all `UploadError`s are treated equally
2025-06-05 17:47:17 +00:00
1ef50b6ee5 Merge branch 'release/0.1.0-alpha' 2025-06-05 17:44:39 +00:00
a1e1b6d54c version tag 2025-06-05 17:44:28 +00:00
3 changed files with 7 additions and 3 deletions

2
Cargo.lock generated
View file

@ -844,7 +844,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]] [[package]]
name = "shrupl" name = "shrupl"
version = "0.1.0" version = "0.1.0-alpha"
dependencies = [ dependencies = [
"clap", "clap",
"console", "console",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "shrupl" name = "shrupl"
version = "0.1.0" version = "0.1.0-alpha"
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"

View file

@ -34,4 +34,8 @@ 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