Chore: add CI
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
benato.denis96@gmail.com 2026-03-12 11:44:21 +01:00
parent ace0dd50f6
commit 91ebf47324
5 changed files with 679 additions and 0 deletions

View file

@ -11,3 +11,19 @@ s3 = { version = "^0", features = ["blocking", "rustls"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
ctrlc = "^3"
[profile.release]
strip = "debuginfo"
lto = "thin"
[package.metadata.deb]
license-file = ["LICENSE.md", "4"]
extended-description = """\
A software for interacting easily with seaweedfs,
including mounting a bucket as a local filesystem."""
depends = "$auto"
section = "utility"
priority = "optional"
assets = [
["target/release/swfss3", "usr/bin/", "755"],
]