Create psxreadmap and move readmap project into it

This commit is contained in:
Jaby
2023-07-09 13:31:02 +02:00
committed by Jaby
parent 40f0602294
commit ac4be64d56
6 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "psxreadmap"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "*", features = ["derive"]}
readmap = {version = "*", path = "readmap"}
tool_helper = {version = "*", path = "../tool_helper"}