ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

name version in main 0.2.0

+189 -161
+11 -11
CHANGELOG.md
··· 9 10 ### Added 11 12 - - v1.0.0 Getting Started Guide by @mrshmllow. 13 - - v1.0.0 Web documentation for various features by @mrshmllow. 14 - - v1.0.0 Initial NixOS VM Testing Framework by @itslychee in https://github.com/wires-org/wire/pull/93. 15 16 ### Changed 17 18 - - v1.0.0 `runtime/evaluate.nix`: force system to be null by @itslychee in https://github.com/wires-org/wire/pull/84. 19 20 > [!IMPORTANT] 21 > You will have to update your nodes to include `nixpkgs.hostPlatform = "<ARCH>";` 22 23 - - v1.0.0 GH Workflows, Formatting, and other DevOps yak shaving. 24 - - v1.0.0 Issue Templates. 25 - - v1.0.0 Cargo Dependency Updates. 26 - - v1.0.0 `doc/` Dependency Updates. 27 - - v1.0.0 `flake.nix` Input Updates. 28 29 ### Fixed 30 31 - - v1.0.0 Keys with a path source will now be correctly parsed as `path` instead 32 of `string` by @mrshmllow in https://github.com/wires-org/wire/pull/131. 33 - - v1.0.0 `deployment.keys.<name>.destDir` will be automatically created if it 34 does not exist. Nothing about it other than existence is guaranteed. By 35 @mrshmllow in https://github.com/wires-org/wire/pull/131.
··· 9 10 ### Added 11 12 + - v0.2.0 Getting Started Guide by @mrshmllow. 13 + - v0.2.0 Web documentation for various features by @mrshmllow. 14 + - v0.2.0 Initial NixOS VM Testing Framework by @itslychee in https://github.com/wires-org/wire/pull/93. 15 16 ### Changed 17 18 + - v0.2.0 `runtime/evaluate.nix`: force system to be null by @itslychee in https://github.com/wires-org/wire/pull/84. 19 20 > [!IMPORTANT] 21 > You will have to update your nodes to include `nixpkgs.hostPlatform = "<ARCH>";` 22 23 + - v0.2.0 GH Workflows, Formatting, and other DevOps yak shaving. 24 + - v0.2.0 Issue Templates. 25 + - v0.2.0 Cargo Dependency Updates. 26 + - v0.2.0 `doc/` Dependency Updates. 27 + - v0.2.0 `flake.nix` Input Updates. 28 29 ### Fixed 30 31 + - v0.2.0 Keys with a path source will now be correctly parsed as `path` instead 32 of `string` by @mrshmllow in https://github.com/wires-org/wire/pull/131. 33 + - v0.2.0 `deployment.keys.<name>.destDir` will be automatically created if it 34 does not exist. Nothing about it other than existence is guaranteed. By 35 @mrshmllow in https://github.com/wires-org/wire/pull/131.
+173 -146
Cargo.lock
··· 28 29 [[package]] 30 name = "anstream" 31 - version = "0.6.14" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 34 dependencies = [ 35 "anstyle", 36 "anstyle-parse", ··· 49 50 [[package]] 51 name = "anstyle-parse" 52 - version = "0.2.4" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 55 dependencies = [ 56 "utf8parse", 57 ] 58 59 [[package]] 60 name = "anstyle-query" 61 - version = "1.1.0" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 64 dependencies = [ 65 - "windows-sys 0.52.0", 66 ] 67 68 [[package]] 69 name = "anstyle-wincon" 70 - version = "3.0.3" 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 73 dependencies = [ 74 "anstyle", 75 - "windows-sys 0.52.0", 76 ] 77 78 [[package]] ··· 83 84 [[package]] 85 name = "arrayvec" 86 - version = "0.7.4" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 89 90 [[package]] 91 name = "async-trait" ··· 93 source = "registry+https://github.com/rust-lang/crates.io-index" 94 checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 95 dependencies = [ 96 - "proc-macro2 1.0.94", 97 - "quote 1.0.36", 98 "syn 2.0.100", 99 ] 100 101 [[package]] 102 name = "autocfg" 103 - version = "1.3.0" 104 source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 106 107 [[package]] 108 name = "backtrace" ··· 127 128 [[package]] 129 name = "bitflags" 130 - version = "2.6.0" 131 source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 133 134 [[package]] 135 name = "bitmaps" ··· 164 165 [[package]] 166 name = "bytes" 167 - version = "1.6.0" 168 source = "registry+https://github.com/rust-lang/crates.io-index" 169 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 170 171 [[package]] 172 name = "cc" 173 - version = "1.1.2" 174 source = "registry+https://github.com/rust-lang/crates.io-index" 175 - checksum = "47de7e88bbbd467951ae7f5a6f34f70d1b4d9cfce53d5fd70f74ebe118b3db56" 176 177 [[package]] 178 name = "cfg-if" ··· 252 checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 253 dependencies = [ 254 "heck 0.5.0", 255 - "proc-macro2 1.0.94", 256 - "quote 1.0.36", 257 "syn 2.0.100", 258 ] 259 ··· 265 266 [[package]] 267 name = "colorchoice" 268 - version = "1.0.1" 269 source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 271 272 [[package]] 273 name = "console" ··· 278 "encode_unicode", 279 "lazy_static", 280 "libc", 281 - "unicode-width 0.1.13", 282 "windows-sys 0.52.0", 283 ] 284 ··· 295 checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 296 dependencies = [ 297 "convert_case", 298 - "proc-macro2 1.0.94", 299 - "quote 1.0.36", 300 "rustc_version", 301 "syn 2.0.100", 302 ] ··· 319 320 [[package]] 321 name = "either" 322 - version = "1.13.0" 323 source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 325 326 [[package]] 327 name = "encode_unicode" ··· 335 source = "registry+https://github.com/rust-lang/crates.io-index" 336 checksum = "f16ef37b2a9b242295d61a154ee91ae884afff6b8b933b486b12481cc58310ca" 337 dependencies = [ 338 - "proc-macro2 1.0.94", 339 - "quote 1.0.36", 340 "syn 1.0.109", 341 ] 342 343 [[package]] 344 name = "errno" 345 - version = "0.3.10" 346 source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 348 dependencies = [ 349 "libc", 350 "windows-sys 0.59.0", ··· 361 362 [[package]] 363 name = "fastrand" 364 - version = "2.1.1" 365 source = "registry+https://github.com/rust-lang/crates.io-index" 366 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 367 368 [[package]] 369 name = "fixedbitset" ··· 431 source = "registry+https://github.com/rust-lang/crates.io-index" 432 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 433 dependencies = [ 434 - "proc-macro2 1.0.94", 435 - "quote 1.0.36", 436 "syn 2.0.100", 437 ] 438 ··· 472 source = "registry+https://github.com/rust-lang/crates.io-index" 473 checksum = "ed7131e57abbde63513e0e6636f76668a1ca9798dcae2df4e283cae9ee83859e" 474 dependencies = [ 475 - "rustix 1.0.3", 476 "windows-targets", 477 ] 478 479 [[package]] ··· 537 538 [[package]] 539 name = "is_terminal_polyfill" 540 - version = "1.70.0" 541 source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 543 544 [[package]] 545 name = "itertools" ··· 561 562 [[package]] 563 name = "itoa" 564 - version = "1.0.11" 565 source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 567 568 [[package]] 569 name = "js-sys" ··· 577 578 [[package]] 579 name = "key_agent" 580 - version = "0.1.0" 581 dependencies = [ 582 "anyhow", 583 "nix", ··· 594 595 [[package]] 596 name = "lib" 597 - version = "0.1.0" 598 dependencies = [ 599 "async-trait", 600 "derive_more", ··· 617 618 [[package]] 619 name = "libc" 620 - version = "0.2.171" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 623 - 624 - [[package]] 625 - name = "linux-raw-sys" 626 - version = "0.4.14" 627 source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 629 630 [[package]] 631 name = "linux-raw-sys" 632 - version = "0.9.3" 633 source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" 635 636 [[package]] 637 name = "lock_api" ··· 645 646 [[package]] 647 name = "log" 648 - version = "0.4.22" 649 source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 651 652 [[package]] 653 name = "logos" ··· 666 dependencies = [ 667 "beef", 668 "fnv", 669 - "proc-macro2 1.0.94", 670 - "quote 1.0.36", 671 "regex-syntax 0.6.29", 672 "syn 1.0.109", 673 ] ··· 700 checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 701 dependencies = [ 702 "libc", 703 - "wasi", 704 "windows-sys 0.52.0", 705 ] 706 ··· 758 759 [[package]] 760 name = "once_cell" 761 - version = "1.19.0" 762 source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 764 765 [[package]] 766 name = "overload" ··· 802 803 [[package]] 804 name = "pin-project-lite" 805 - version = "0.2.14" 806 source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 808 809 [[package]] 810 name = "pin-utils" ··· 825 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 826 dependencies = [ 827 "proc-macro-error-attr", 828 - "proc-macro2 1.0.94", 829 - "quote 1.0.36", 830 "syn 1.0.109", 831 "version_check", 832 ] ··· 837 source = "registry+https://github.com/rust-lang/crates.io-index" 838 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 839 dependencies = [ 840 - "proc-macro2 1.0.94", 841 - "quote 1.0.36", 842 "version_check", 843 ] 844 ··· 853 854 [[package]] 855 name = "proc-macro2" 856 - version = "1.0.94" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 859 dependencies = [ 860 "unicode-ident", 861 ] ··· 877 source = "registry+https://github.com/rust-lang/crates.io-index" 878 checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 879 dependencies = [ 880 - "bytes 1.6.0", 881 "prost-derive 0.13.5", 882 ] 883 ··· 920 dependencies = [ 921 "anyhow", 922 "itertools 0.14.0", 923 - "proc-macro2 1.0.94", 924 - "quote 1.0.36", 925 "syn 2.0.100", 926 ] 927 ··· 946 947 [[package]] 948 name = "quote" 949 - version = "1.0.36" 950 source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 952 dependencies = [ 953 - "proc-macro2 1.0.94", 954 ] 955 956 [[package]] 957 name = "rand_core" ··· 970 971 [[package]] 972 name = "redox_syscall" 973 - version = "0.5.2" 974 source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 976 dependencies = [ 977 "bitflags", 978 ] ··· 1035 1036 [[package]] 1037 name = "rustix" 1038 - version = "0.38.37" 1039 - source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 1041 - dependencies = [ 1042 - "bitflags", 1043 - "errno", 1044 - "libc", 1045 - "linux-raw-sys 0.4.14", 1046 - "windows-sys 0.52.0", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "rustix" 1051 - version = "1.0.3" 1052 source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" 1054 dependencies = [ 1055 "bitflags", 1056 "errno", 1057 "libc", 1058 - "linux-raw-sys 0.9.3", 1059 "windows-sys 0.59.0", 1060 ] 1061 1062 [[package]] 1063 name = "ryu" 1064 - version = "1.0.18" 1065 source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 1067 1068 [[package]] 1069 name = "scopeguard" ··· 1104 dependencies = [ 1105 "logos", 1106 "proc-macro-error", 1107 - "proc-macro2 1.0.94", 1108 - "quote 1.0.36", 1109 "syn 1.0.109", 1110 ] 1111 ··· 1116 checksum = "c56cc536c2da20c38f9c134d5a313e2b996f63fcc0540d25d3d3daeb1d04bb8f" 1117 dependencies = [ 1118 "proc-macro-error", 1119 - "quote 1.0.36", 1120 "serde-query-core", 1121 "syn 1.0.109", 1122 ] ··· 1127 source = "registry+https://github.com/rust-lang/crates.io-index" 1128 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1129 dependencies = [ 1130 - "proc-macro2 1.0.94", 1131 - "quote 1.0.36", 1132 "syn 2.0.100", 1133 ] 1134 ··· 1150 source = "registry+https://github.com/rust-lang/crates.io-index" 1151 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 1152 dependencies = [ 1153 - "proc-macro2 1.0.94", 1154 - "quote 1.0.36", 1155 "syn 2.0.100", 1156 ] 1157 ··· 1163 dependencies = [ 1164 "lazy_static", 1165 ] 1166 1167 [[package]] 1168 name = "signal-hook-registry" ··· 1194 1195 [[package]] 1196 name = "smallvec" 1197 - version = "1.13.2" 1198 source = "registry+https://github.com/rust-lang/crates.io-index" 1199 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 1200 1201 [[package]] 1202 name = "socket2" 1203 - version = "0.5.7" 1204 source = "registry+https://github.com/rust-lang/crates.io-index" 1205 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 1206 dependencies = [ 1207 "libc", 1208 "windows-sys 0.52.0", ··· 1231 source = "registry+https://github.com/rust-lang/crates.io-index" 1232 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1233 dependencies = [ 1234 - "proc-macro2 1.0.94", 1235 - "quote 1.0.36", 1236 "unicode-ident", 1237 ] 1238 ··· 1242 source = "registry+https://github.com/rust-lang/crates.io-index" 1243 checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 1244 dependencies = [ 1245 - "proc-macro2 1.0.94", 1246 - "quote 1.0.36", 1247 "unicode-ident", 1248 ] 1249 1250 [[package]] 1251 name = "tempfile" 1252 - version = "3.12.0" 1253 source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 1255 dependencies = [ 1256 - "cfg-if", 1257 "fastrand", 1258 "once_cell", 1259 - "rustix 0.38.37", 1260 "windows-sys 0.59.0", 1261 ] 1262 1263 [[package]] 1264 name = "thiserror" 1265 - version = "1.0.62" 1266 source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" 1268 dependencies = [ 1269 "thiserror-impl", 1270 ] 1271 1272 [[package]] 1273 name = "thiserror-impl" 1274 - version = "1.0.62" 1275 source = "registry+https://github.com/rust-lang/crates.io-index" 1276 - checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" 1277 dependencies = [ 1278 - "proc-macro2 1.0.94", 1279 - "quote 1.0.36", 1280 "syn 2.0.100", 1281 ] 1282 ··· 1303 checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 1304 dependencies = [ 1305 "backtrace", 1306 - "bytes 1.6.0", 1307 "libc", 1308 "mio", 1309 "parking_lot", ··· 1320 source = "registry+https://github.com/rust-lang/crates.io-index" 1321 checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1322 dependencies = [ 1323 - "proc-macro2 1.0.94", 1324 - "quote 1.0.36", 1325 "syn 2.0.100", 1326 ] 1327 ··· 1342 source = "registry+https://github.com/rust-lang/crates.io-index" 1343 checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 1344 dependencies = [ 1345 - "proc-macro2 1.0.94", 1346 - "quote 1.0.36", 1347 "syn 2.0.100", 1348 ] 1349 ··· 1396 1397 [[package]] 1398 name = "typenum" 1399 - version = "1.17.0" 1400 source = "registry+https://github.com/rust-lang/crates.io-index" 1401 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1402 1403 [[package]] 1404 name = "unicode-ident" 1405 - version = "1.0.12" 1406 source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1408 1409 [[package]] 1410 name = "unicode-segmentation" ··· 1414 1415 [[package]] 1416 name = "unicode-width" 1417 - version = "0.1.13" 1418 source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 1420 1421 [[package]] 1422 name = "unicode-width" ··· 1438 1439 [[package]] 1440 name = "valuable" 1441 - version = "0.1.0" 1442 source = "registry+https://github.com/rust-lang/crates.io-index" 1443 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1444 1445 [[package]] 1446 name = "version_check" 1447 - version = "0.9.4" 1448 source = "registry+https://github.com/rust-lang/crates.io-index" 1449 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1450 1451 [[package]] 1452 name = "vt100" ··· 1456 dependencies = [ 1457 "itoa", 1458 "log", 1459 - "unicode-width 0.1.13", 1460 "vte", 1461 ] 1462 ··· 1477 source = "registry+https://github.com/rust-lang/crates.io-index" 1478 checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 1479 dependencies = [ 1480 - "proc-macro2 1.0.94", 1481 - "quote 1.0.36", 1482 ] 1483 1484 [[package]] ··· 1488 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1489 1490 [[package]] 1491 name = "wasm-bindgen" 1492 version = "0.2.100" 1493 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1506 dependencies = [ 1507 "bumpalo", 1508 "log", 1509 - "proc-macro2 1.0.94", 1510 - "quote 1.0.36", 1511 "syn 2.0.100", 1512 "wasm-bindgen-shared", 1513 ] ··· 1518 source = "registry+https://github.com/rust-lang/crates.io-index" 1519 checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1520 dependencies = [ 1521 - "quote 1.0.36", 1522 "wasm-bindgen-macro-support", 1523 ] 1524 ··· 1528 source = "registry+https://github.com/rust-lang/crates.io-index" 1529 checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1530 dependencies = [ 1531 - "proc-macro2 1.0.94", 1532 - "quote 1.0.36", 1533 "syn 2.0.100", 1534 "wasm-bindgen-backend", 1535 "wasm-bindgen-shared", ··· 1670 1671 [[package]] 1672 name = "wire" 1673 - version = "0.1.0" 1674 dependencies = [ 1675 "anyhow", 1676 "clap", ··· 1693 "tracing-log", 1694 "tracing-subscriber", 1695 ]
··· 28 29 [[package]] 30 name = "anstream" 31 + version = "0.6.18" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 34 dependencies = [ 35 "anstyle", 36 "anstyle-parse", ··· 49 50 [[package]] 51 name = "anstyle-parse" 52 + version = "0.2.6" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 + checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 55 dependencies = [ 56 "utf8parse", 57 ] 58 59 [[package]] 60 name = "anstyle-query" 61 + version = "1.1.2" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 64 dependencies = [ 65 + "windows-sys 0.59.0", 66 ] 67 68 [[package]] 69 name = "anstyle-wincon" 70 + version = "3.0.7" 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 + checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 73 dependencies = [ 74 "anstyle", 75 + "once_cell", 76 + "windows-sys 0.59.0", 77 ] 78 79 [[package]] ··· 84 85 [[package]] 86 name = "arrayvec" 87 + version = "0.7.6" 88 source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 90 91 [[package]] 92 name = "async-trait" ··· 94 source = "registry+https://github.com/rust-lang/crates.io-index" 95 checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 96 dependencies = [ 97 + "proc-macro2 1.0.95", 98 + "quote 1.0.40", 99 "syn 2.0.100", 100 ] 101 102 [[package]] 103 name = "autocfg" 104 + version = "1.4.0" 105 source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 107 108 [[package]] 109 name = "backtrace" ··· 128 129 [[package]] 130 name = "bitflags" 131 + version = "2.9.0" 132 source = "registry+https://github.com/rust-lang/crates.io-index" 133 + checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 134 135 [[package]] 136 name = "bitmaps" ··· 165 166 [[package]] 167 name = "bytes" 168 + version = "1.10.1" 169 source = "registry+https://github.com/rust-lang/crates.io-index" 170 + checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 171 172 [[package]] 173 name = "cc" 174 + version = "1.2.19" 175 source = "registry+https://github.com/rust-lang/crates.io-index" 176 + checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362" 177 + dependencies = [ 178 + "shlex", 179 + ] 180 181 [[package]] 182 name = "cfg-if" ··· 256 checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 257 dependencies = [ 258 "heck 0.5.0", 259 + "proc-macro2 1.0.95", 260 + "quote 1.0.40", 261 "syn 2.0.100", 262 ] 263 ··· 269 270 [[package]] 271 name = "colorchoice" 272 + version = "1.0.3" 273 source = "registry+https://github.com/rust-lang/crates.io-index" 274 + checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 275 276 [[package]] 277 name = "console" ··· 282 "encode_unicode", 283 "lazy_static", 284 "libc", 285 + "unicode-width 0.1.14", 286 "windows-sys 0.52.0", 287 ] 288 ··· 299 checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 300 dependencies = [ 301 "convert_case", 302 + "proc-macro2 1.0.95", 303 + "quote 1.0.40", 304 "rustc_version", 305 "syn 2.0.100", 306 ] ··· 323 324 [[package]] 325 name = "either" 326 + version = "1.15.0" 327 source = "registry+https://github.com/rust-lang/crates.io-index" 328 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 329 330 [[package]] 331 name = "encode_unicode" ··· 339 source = "registry+https://github.com/rust-lang/crates.io-index" 340 checksum = "f16ef37b2a9b242295d61a154ee91ae884afff6b8b933b486b12481cc58310ca" 341 dependencies = [ 342 + "proc-macro2 1.0.95", 343 + "quote 1.0.40", 344 "syn 1.0.109", 345 ] 346 347 [[package]] 348 name = "errno" 349 + version = "0.3.11" 350 source = "registry+https://github.com/rust-lang/crates.io-index" 351 + checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 352 dependencies = [ 353 "libc", 354 "windows-sys 0.59.0", ··· 365 366 [[package]] 367 name = "fastrand" 368 + version = "2.3.0" 369 source = "registry+https://github.com/rust-lang/crates.io-index" 370 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 371 372 [[package]] 373 name = "fixedbitset" ··· 435 source = "registry+https://github.com/rust-lang/crates.io-index" 436 checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 437 dependencies = [ 438 + "proc-macro2 1.0.95", 439 + "quote 1.0.40", 440 "syn 2.0.100", 441 ] 442 ··· 476 source = "registry+https://github.com/rust-lang/crates.io-index" 477 checksum = "ed7131e57abbde63513e0e6636f76668a1ca9798dcae2df4e283cae9ee83859e" 478 dependencies = [ 479 + "rustix", 480 "windows-targets", 481 + ] 482 + 483 + [[package]] 484 + name = "getrandom" 485 + version = "0.3.2" 486 + source = "registry+https://github.com/rust-lang/crates.io-index" 487 + checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 488 + dependencies = [ 489 + "cfg-if", 490 + "libc", 491 + "r-efi", 492 + "wasi 0.14.2+wasi-0.2.4", 493 ] 494 495 [[package]] ··· 553 554 [[package]] 555 name = "is_terminal_polyfill" 556 + version = "1.70.1" 557 source = "registry+https://github.com/rust-lang/crates.io-index" 558 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 559 560 [[package]] 561 name = "itertools" ··· 577 578 [[package]] 579 name = "itoa" 580 + version = "1.0.15" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 583 584 [[package]] 585 name = "js-sys" ··· 593 594 [[package]] 595 name = "key_agent" 596 + version = "0.2.0" 597 dependencies = [ 598 "anyhow", 599 "nix", ··· 610 611 [[package]] 612 name = "lib" 613 + version = "0.2.0" 614 dependencies = [ 615 "async-trait", 616 "derive_more", ··· 633 634 [[package]] 635 name = "libc" 636 + version = "0.2.172" 637 source = "registry+https://github.com/rust-lang/crates.io-index" 638 + checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 639 640 [[package]] 641 name = "linux-raw-sys" 642 + version = "0.9.4" 643 source = "registry+https://github.com/rust-lang/crates.io-index" 644 + checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 645 646 [[package]] 647 name = "lock_api" ··· 655 656 [[package]] 657 name = "log" 658 + version = "0.4.27" 659 source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 661 662 [[package]] 663 name = "logos" ··· 676 dependencies = [ 677 "beef", 678 "fnv", 679 + "proc-macro2 1.0.95", 680 + "quote 1.0.40", 681 "regex-syntax 0.6.29", 682 "syn 1.0.109", 683 ] ··· 710 checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 711 dependencies = [ 712 "libc", 713 + "wasi 0.11.0+wasi-snapshot-preview1", 714 "windows-sys 0.52.0", 715 ] 716 ··· 768 769 [[package]] 770 name = "once_cell" 771 + version = "1.21.3" 772 source = "registry+https://github.com/rust-lang/crates.io-index" 773 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 774 775 [[package]] 776 name = "overload" ··· 812 813 [[package]] 814 name = "pin-project-lite" 815 + version = "0.2.16" 816 source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 818 819 [[package]] 820 name = "pin-utils" ··· 835 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 836 dependencies = [ 837 "proc-macro-error-attr", 838 + "proc-macro2 1.0.95", 839 + "quote 1.0.40", 840 "syn 1.0.109", 841 "version_check", 842 ] ··· 847 source = "registry+https://github.com/rust-lang/crates.io-index" 848 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 849 dependencies = [ 850 + "proc-macro2 1.0.95", 851 + "quote 1.0.40", 852 "version_check", 853 ] 854 ··· 863 864 [[package]] 865 name = "proc-macro2" 866 + version = "1.0.95" 867 source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 869 dependencies = [ 870 "unicode-ident", 871 ] ··· 887 source = "registry+https://github.com/rust-lang/crates.io-index" 888 checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 889 dependencies = [ 890 + "bytes 1.10.1", 891 "prost-derive 0.13.5", 892 ] 893 ··· 930 dependencies = [ 931 "anyhow", 932 "itertools 0.14.0", 933 + "proc-macro2 1.0.95", 934 + "quote 1.0.40", 935 "syn 2.0.100", 936 ] 937 ··· 956 957 [[package]] 958 name = "quote" 959 + version = "1.0.40" 960 source = "registry+https://github.com/rust-lang/crates.io-index" 961 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 962 dependencies = [ 963 + "proc-macro2 1.0.95", 964 ] 965 + 966 + [[package]] 967 + name = "r-efi" 968 + version = "5.2.0" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 971 972 [[package]] 973 name = "rand_core" ··· 986 987 [[package]] 988 name = "redox_syscall" 989 + version = "0.5.11" 990 source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 992 dependencies = [ 993 "bitflags", 994 ] ··· 1051 1052 [[package]] 1053 name = "rustix" 1054 + version = "1.0.5" 1055 source = "registry+https://github.com/rust-lang/crates.io-index" 1056 + checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 1057 dependencies = [ 1058 "bitflags", 1059 "errno", 1060 "libc", 1061 + "linux-raw-sys", 1062 "windows-sys 0.59.0", 1063 ] 1064 1065 [[package]] 1066 name = "ryu" 1067 + version = "1.0.20" 1068 source = "registry+https://github.com/rust-lang/crates.io-index" 1069 + checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1070 1071 [[package]] 1072 name = "scopeguard" ··· 1107 dependencies = [ 1108 "logos", 1109 "proc-macro-error", 1110 + "proc-macro2 1.0.95", 1111 + "quote 1.0.40", 1112 "syn 1.0.109", 1113 ] 1114 ··· 1119 checksum = "c56cc536c2da20c38f9c134d5a313e2b996f63fcc0540d25d3d3daeb1d04bb8f" 1120 dependencies = [ 1121 "proc-macro-error", 1122 + "quote 1.0.40", 1123 "serde-query-core", 1124 "syn 1.0.109", 1125 ] ··· 1130 source = "registry+https://github.com/rust-lang/crates.io-index" 1131 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1132 dependencies = [ 1133 + "proc-macro2 1.0.95", 1134 + "quote 1.0.40", 1135 "syn 2.0.100", 1136 ] 1137 ··· 1153 source = "registry+https://github.com/rust-lang/crates.io-index" 1154 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 1155 dependencies = [ 1156 + "proc-macro2 1.0.95", 1157 + "quote 1.0.40", 1158 "syn 2.0.100", 1159 ] 1160 ··· 1166 dependencies = [ 1167 "lazy_static", 1168 ] 1169 + 1170 + [[package]] 1171 + name = "shlex" 1172 + version = "1.3.0" 1173 + source = "registry+https://github.com/rust-lang/crates.io-index" 1174 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1175 1176 [[package]] 1177 name = "signal-hook-registry" ··· 1203 1204 [[package]] 1205 name = "smallvec" 1206 + version = "1.15.0" 1207 source = "registry+https://github.com/rust-lang/crates.io-index" 1208 + checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 1209 1210 [[package]] 1211 name = "socket2" 1212 + version = "0.5.9" 1213 source = "registry+https://github.com/rust-lang/crates.io-index" 1214 + checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 1215 dependencies = [ 1216 "libc", 1217 "windows-sys 0.52.0", ··· 1240 source = "registry+https://github.com/rust-lang/crates.io-index" 1241 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1242 dependencies = [ 1243 + "proc-macro2 1.0.95", 1244 + "quote 1.0.40", 1245 "unicode-ident", 1246 ] 1247 ··· 1251 source = "registry+https://github.com/rust-lang/crates.io-index" 1252 checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 1253 dependencies = [ 1254 + "proc-macro2 1.0.95", 1255 + "quote 1.0.40", 1256 "unicode-ident", 1257 ] 1258 1259 [[package]] 1260 name = "tempfile" 1261 + version = "3.19.1" 1262 source = "registry+https://github.com/rust-lang/crates.io-index" 1263 + checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 1264 dependencies = [ 1265 "fastrand", 1266 + "getrandom", 1267 "once_cell", 1268 + "rustix", 1269 "windows-sys 0.59.0", 1270 ] 1271 1272 [[package]] 1273 name = "thiserror" 1274 + version = "1.0.69" 1275 source = "registry+https://github.com/rust-lang/crates.io-index" 1276 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1277 dependencies = [ 1278 "thiserror-impl", 1279 ] 1280 1281 [[package]] 1282 name = "thiserror-impl" 1283 + version = "1.0.69" 1284 source = "registry+https://github.com/rust-lang/crates.io-index" 1285 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1286 dependencies = [ 1287 + "proc-macro2 1.0.95", 1288 + "quote 1.0.40", 1289 "syn 2.0.100", 1290 ] 1291 ··· 1312 checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 1313 dependencies = [ 1314 "backtrace", 1315 + "bytes 1.10.1", 1316 "libc", 1317 "mio", 1318 "parking_lot", ··· 1329 source = "registry+https://github.com/rust-lang/crates.io-index" 1330 checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1331 dependencies = [ 1332 + "proc-macro2 1.0.95", 1333 + "quote 1.0.40", 1334 "syn 2.0.100", 1335 ] 1336 ··· 1351 source = "registry+https://github.com/rust-lang/crates.io-index" 1352 checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 1353 dependencies = [ 1354 + "proc-macro2 1.0.95", 1355 + "quote 1.0.40", 1356 "syn 2.0.100", 1357 ] 1358 ··· 1405 1406 [[package]] 1407 name = "typenum" 1408 + version = "1.18.0" 1409 source = "registry+https://github.com/rust-lang/crates.io-index" 1410 + checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1411 1412 [[package]] 1413 name = "unicode-ident" 1414 + version = "1.0.18" 1415 source = "registry+https://github.com/rust-lang/crates.io-index" 1416 + checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1417 1418 [[package]] 1419 name = "unicode-segmentation" ··· 1423 1424 [[package]] 1425 name = "unicode-width" 1426 + version = "0.1.14" 1427 source = "registry+https://github.com/rust-lang/crates.io-index" 1428 + checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1429 1430 [[package]] 1431 name = "unicode-width" ··· 1447 1448 [[package]] 1449 name = "valuable" 1450 + version = "0.1.1" 1451 source = "registry+https://github.com/rust-lang/crates.io-index" 1452 + checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1453 1454 [[package]] 1455 name = "version_check" 1456 + version = "0.9.5" 1457 source = "registry+https://github.com/rust-lang/crates.io-index" 1458 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1459 1460 [[package]] 1461 name = "vt100" ··· 1465 dependencies = [ 1466 "itoa", 1467 "log", 1468 + "unicode-width 0.1.14", 1469 "vte", 1470 ] 1471 ··· 1486 source = "registry+https://github.com/rust-lang/crates.io-index" 1487 checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 1488 dependencies = [ 1489 + "proc-macro2 1.0.95", 1490 + "quote 1.0.40", 1491 ] 1492 1493 [[package]] ··· 1497 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1498 1499 [[package]] 1500 + name = "wasi" 1501 + version = "0.14.2+wasi-0.2.4" 1502 + source = "registry+https://github.com/rust-lang/crates.io-index" 1503 + checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 1504 + dependencies = [ 1505 + "wit-bindgen-rt", 1506 + ] 1507 + 1508 + [[package]] 1509 name = "wasm-bindgen" 1510 version = "0.2.100" 1511 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1524 dependencies = [ 1525 "bumpalo", 1526 "log", 1527 + "proc-macro2 1.0.95", 1528 + "quote 1.0.40", 1529 "syn 2.0.100", 1530 "wasm-bindgen-shared", 1531 ] ··· 1536 source = "registry+https://github.com/rust-lang/crates.io-index" 1537 checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1538 dependencies = [ 1539 + "quote 1.0.40", 1540 "wasm-bindgen-macro-support", 1541 ] 1542 ··· 1546 source = "registry+https://github.com/rust-lang/crates.io-index" 1547 checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1548 dependencies = [ 1549 + "proc-macro2 1.0.95", 1550 + "quote 1.0.40", 1551 "syn 2.0.100", 1552 "wasm-bindgen-backend", 1553 "wasm-bindgen-shared", ··· 1688 1689 [[package]] 1690 name = "wire" 1691 + version = "0.2.0" 1692 dependencies = [ 1693 "anyhow", 1694 "clap", ··· 1711 "tracing-log", 1712 "tracing-subscriber", 1713 ] 1714 + 1715 + [[package]] 1716 + name = "wit-bindgen-rt" 1717 + version = "0.39.0" 1718 + source = "registry+https://github.com/rust-lang/crates.io-index" 1719 + checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 1720 + dependencies = [ 1721 + "bitflags", 1722 + ]
+1 -1
Cargo.toml
··· 2 members = ["wire/key_agent", "wire/lib", "wire/cli"] 3 resolver = "2" 4 package.edition = "2021" 5 - package.version = "0.1.0" 6 7 [workspace.metadata.crane] 8 name = "wire"
··· 2 members = ["wire/key_agent", "wire/lib", "wire/cli"] 3 resolver = "2" 4 package.edition = "2021" 5 + package.version = "0.2.0" 6 7 [workspace.metadata.crane] 8 name = "wire"
+1 -1
doc/guide/targeting.md
··· 50 51 ::: info 52 53 - Other operations such as an `--ignore` argument are unimplemented as of wire `v0.1.0`. 54 55 ::: 56
··· 50 51 ::: info 52 53 + Other operations such as an `--ignore` argument are unimplemented as of wire `v0.2.0`. 54 55 ::: 56
+1 -1
doc/package.json
··· 1 { 2 "name": "wire-docs", 3 - "version": "0.1.0", 4 "type": "module", 5 "devDependencies": { 6 "vitepress": "^1.6.3",
··· 1 { 2 "name": "wire-docs", 3 + "version": "0.2.0", 4 "type": "module", 5 "devDependencies": { 6 "vitepress": "^1.6.3",
+2 -1
wire/cli/src/cli.rs
··· 14 #[command( 15 name = "wire", 16 bin_name = "wire", 17 - about = "a tool to deploy nixos systems" 18 )] 19 pub struct Cli { 20 #[command(subcommand)]
··· 14 #[command( 15 name = "wire", 16 bin_name = "wire", 17 + about = "a tool to deploy nixos systems", 18 + version 19 )] 20 pub struct Cli { 21 #[command(subcommand)]