Compare commits

...

2 commits

Author SHA1 Message Date
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
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -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"