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, 0 insertions, 12 deletions
diff --git a/strconv/Cargo.toml b/strconv/Cargo.toml deleted file mode 100644 index 29b6981..0000000 --- a/strconv/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[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" |