A better Rust ATProto crate

moved binstall info up to crate root

Orual 81c91caa 6424d3f0

Changed files
+5 -4
+5 -4
Cargo.toml
··· 78 78 p256 = "0.13" 79 79 jose-jwk = "0.1" 80 80 81 - # The profile that 'dist' will build with 82 - [profile.dist] 83 - inherits = "release" 84 - lto = "thin" 81 + 82 + [workspace.package.metadata.binstall] 83 + pkg-url = "https://github.com/rsform/jacquard/releases/download/v{ version }/{ name }_{ target }_v{ version }{ archive-suffix }" 84 + bin-dir = "{ name }_{ target }_v{ version }/{ bin }{ binary-ext }" 85 + pkg-fmt = "txz"