Create psxreadmap and move readmap project into it
This commit is contained in:
10
src/Tools/psxreadmap/readmap/Cargo.toml
Normal file
10
src/Tools/psxreadmap/readmap/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "readmap"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
num-traits = "*"
|
||||
tool_helper = {version = "*", path = "../../tool_helper"}
|
||||
Reference in New Issue
Block a user