mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'strconv/Cargo.toml')
| -rw-r--r-- | strconv/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/strconv/Cargo.toml b/strconv/Cargo.toml new file mode 100644 index 0000000..29b6981 --- /dev/null +++ b/strconv/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "strconv" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[lib] +proc-macro = true + +[dependencies] +syn = "2.0.15" |