This commit is contained in:
parent
ace0dd50f6
commit
91ebf47324
5 changed files with 679 additions and 0 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -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"],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue