forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.1.10 What's Changed - Added -o (print once) flag, fix Cargo.toml categories flag by @Kyllingene in #18 v0.1.9 What's Changed - Use u8::wrapping_* instead of *_u8, add gitignore by @Kyllingene in #15 - 12-hour clock modes by @Kyllingene in #16 v0.1.8 - no release
- Loading branch information
Showing
3 changed files
with
176 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,57 @@ | ||
# $NetBSD: cargo-depends.mk,v 1.1 2022/04/08 10:21:52 pin Exp $ | ||
# $NetBSD: cargo-depends.mk,v 1.2 2023/10/10 12:11:15 pin Exp $ | ||
|
||
CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5 | ||
CARGO_CRATE_DEPENDS+= autocfg-0.1.6 | ||
CARGO_CRATE_DEPENDS+= bitflags-1.3.2 | ||
CARGO_CRATE_DEPENDS+= chrono-0.4.19 | ||
CARGO_CRATE_DEPENDS+= libc-0.2.121 | ||
CARGO_CRATE_DEPENDS+= bumpalo-3.12.1 | ||
CARGO_CRATE_DEPENDS+= cc-1.0.79 | ||
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 | ||
CARGO_CRATE_DEPENDS+= chrono-0.4.24 | ||
CARGO_CRATE_DEPENDS+= codespan-reporting-0.11.1 | ||
CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.4 | ||
CARGO_CRATE_DEPENDS+= cxx-1.0.94 | ||
CARGO_CRATE_DEPENDS+= cxx-build-1.0.94 | ||
CARGO_CRATE_DEPENDS+= cxxbridge-flags-1.0.94 | ||
CARGO_CRATE_DEPENDS+= cxxbridge-macro-1.0.94 | ||
CARGO_CRATE_DEPENDS+= iana-time-zone-0.1.56 | ||
CARGO_CRATE_DEPENDS+= iana-time-zone-haiku-0.1.1 | ||
CARGO_CRATE_DEPENDS+= js-sys-0.3.61 | ||
CARGO_CRATE_DEPENDS+= libc-0.2.142 | ||
CARGO_CRATE_DEPENDS+= link-cplusplus-1.0.8 | ||
CARGO_CRATE_DEPENDS+= log-0.4.17 | ||
CARGO_CRATE_DEPENDS+= num-integer-0.1.41 | ||
CARGO_CRATE_DEPENDS+= num-traits-0.2.8 | ||
CARGO_CRATE_DEPENDS+= numtoa-0.1.0 | ||
CARGO_CRATE_DEPENDS+= once_cell-1.17.1 | ||
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.56 | ||
CARGO_CRATE_DEPENDS+= quote-1.0.26 | ||
CARGO_CRATE_DEPENDS+= redox_syscall-0.1.56 | ||
CARGO_CRATE_DEPENDS+= redox_syscall-0.2.11 | ||
CARGO_CRATE_DEPENDS+= redox_termios-0.1.1 | ||
CARGO_CRATE_DEPENDS+= termion-1.5.6 | ||
CARGO_CRATE_DEPENDS+= scratch-1.0.5 | ||
CARGO_CRATE_DEPENDS+= syn-1.0.109 | ||
CARGO_CRATE_DEPENDS+= syn-2.0.15 | ||
CARGO_CRATE_DEPENDS+= termcolor-1.2.0 | ||
CARGO_CRATE_DEPENDS+= termion-2.0.1 | ||
CARGO_CRATE_DEPENDS+= time-0.1.44 | ||
CARGO_CRATE_DEPENDS+= unicode-ident-1.0.8 | ||
CARGO_CRATE_DEPENDS+= unicode-width-0.1.10 | ||
CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 | ||
CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.84 | ||
CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.84 | ||
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.84 | ||
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.84 | ||
CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.84 | ||
CARGO_CRATE_DEPENDS+= winapi-0.3.8 | ||
CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 | ||
CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 | ||
CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 | ||
CARGO_CRATE_DEPENDS+= windows-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows-targets-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.48.0 | ||
CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.48.0 |
Oops, something went wrong.