mirror of
https://github.com/vexahub/tusc.git
synced 2026-08-21 00:00:05 +02:00
22 lines
429 B
TOML
22 lines
429 B
TOML
[package]
|
|
name = "tusc"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.85"
|
|
description = "A tus resumable upload client written in Rust"
|
|
authors = ["Thomas <[email protected]>"]
|
|
repository = "https://github.com/vexahub/tusc"
|
|
keywords = ["tus", "client"]
|
|
license-file = "LICENSE"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
|
|
[profile.release]
|
|
debug = false
|
|
lto = "fat"
|
|
panic = "abort"
|
|
opt-level = 3
|
|
codegen-units = 1
|
|
strip = true
|