Ian Chamberlain
2baf9cfc78
Bump version to 0.1.2
1 year ago
Ian Chamberlain
545d853a80
Use `cargo --unit-graph` to figure out debuginfo
...
We can check if `ctru-sys` is being built with debuginfo this way, and
use that to build the stdlib with the same linker flags as ctru-sys is
expected to use.
1 year ago
Ian Chamberlain
d374e7016d
Add verbose flag to print cargo commands
...
Also fix minor issue with building test crate for doctests.
1 year ago
Andrea Ciliberti
268c45ae8f
Version bump
1 year ago
Andrea Ciliberti
757ce04e98
fix cargo.toml 2
1 year ago
Andrea Ciliberti
c1f5e121f1
Update Cargo.toml before publishing
1 year ago
Andrea Ciliberti
f5bee9a4e5
Slight description change
1 year ago
Andrea Ciliberti
657eeccd1e
Fix licensing
2 years ago
Ian Chamberlain
cef69644e6
Upgrade to clap4, add extra args and help strings
2 years ago
Steve Cook
cc03d78ba5
Initial use of clap
2 years ago
Andrea Ciliberti
4cd3055780
Bump minimum rustc toolchain
3 years ago
Ian Chamberlain
1ebde461d0
Update to 2021 edition
3 years ago
Ian Chamberlain
8023bfb28c
Parse message-format up front and use TeeReader
...
We can still parse the JSON output, even if
Also:
- remove some unused deps.
- make sure we use eprintln so it doesn't interfere with any JSON output
the user might want
3 years ago
Meziu
76cfe11594
Everything works
3 years ago