Commit graph

6 commits

Author SHA1 Message Date
a8eb2da95d
Use tracing for configurable logging 2023-09-19 23:29:05 +02:00
4ef0200804
core: display version number based on git-describe 2023-08-27 14:27:40 +02:00
c010ee9194
Prepare for crates.io release 2023-08-21 21:51:01 +02:00
1616f3b2e2
Add --version command line argument 2023-08-21 13:19:00 +02:00
5fc296fc44
Fix binary usage comments 2023-08-20 17:04:55 +02:00
248a641035
Restructure crates
Get rid of the arbitrary bin/lib split and instead move as much as
possible into the bin crate, which becomes the main crate again.

The types and NBT handling are moved into separate crates, so they can
be reused by nbtdump and regiondump.
2023-08-20 17:00:10 +02:00
Renamed from src/bin/minedmap/main.rs (Browse further)