tangled
alpha
login
or
join now
nonbinary.computer
/
jacquard
80
fork
atom
A better Rust ATProto crate
80
fork
atom
overview
issues
9
pulls
pipelines
moved binstall info up to crate root
Orual
5 months ago
81c91caa
6424d3f0
1/1
build.yml
success
1min 36s
+5
-4
1 changed file
expand all
collapse all
unified
split
Cargo.toml
+5
-4
Cargo.toml
···
78
78
p256 = "0.13"
79
79
jose-jwk = "0.1"
80
80
81
81
-
# The profile that 'dist' will build with
82
82
-
[profile.dist]
83
83
-
inherits = "release"
84
84
-
lto = "thin"
81
81
+
82
82
+
[workspace.package.metadata.binstall]
83
83
+
pkg-url = "https://github.com/rsform/jacquard/releases/download/v{ version }/{ name }_{ target }_v{ version }{ archive-suffix }"
84
84
+
bin-dir = "{ name }_{ target }_v{ version }/{ bin }{ binary-ext }"
85
85
+
pkg-fmt = "txz"