2025-05-17 23:57:52 +00:00
|
|
|
[package]
|
|
|
|
|
name = "shrupl"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2025-05-27 14:01:09 +00:00
|
|
|
description = "ShrUpl is a tool to upload files to a Sharry Instance through a public Alias, leveraging the tus protocol"
|
2025-05-17 23:57:52 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-05-27 14:01:09 +00:00
|
|
|
clap = { version = "4.5.38", features = ["derive"] }
|
2025-05-22 17:34:44 +00:00
|
|
|
env_logger = "0.11.8"
|
|
|
|
|
log = "0.4.27"
|
|
|
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
|
|
|
ureq = { version = "3.0.11", features = ["json"] }
|
2025-05-27 14:01:09 +00:00
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
lto = true
|
|
|
|
|
panic = "abort"
|