mirror of
https://github.com/vexahub/tusc.git
synced 2026-08-29 00:00:07 +02:00
feat: base file, nothing special yet
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user