adnix-rs/oranda.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
472 B
JSON
Raw Normal View History

2023-07-24 11:14:01 +05:30
{
2024-04-16 22:54:12 +05:30
"project": {
"name": "adnix-rs"
},
2023-07-24 11:14:01 +05:30
"build": {
"path_prefix": "adnix-rs"
2023-07-24 11:14:01 +05:30
},
"components": {
"changelog": false,
2023-07-24 11:14:01 +05:30
"artifacts": {
"auto": true,
2023-07-24 11:14:01 +05:30
"package_managers": {
"preferred": {
"nix flake": "nix profile install github:msfjarvis/adnix-rs",
"cargo": "cargo install adnix --locked --profile=dist"
},
"additional": {
"binstall": "cargo binstall adnix"
}
2023-07-24 11:14:01 +05:30
}
}
}
}