Initial Rust setup

This commit is contained in:
Matthias Schiffer 2023-01-24 18:52:44 +01:00
parent 4b83f6376f
commit 40105aaccd
5 changed files with 21 additions and 2 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "minedmap"
version = "0.1.0"
edition = "2021"
license = "BSD-2-Clause"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]