Display the minecraft server version
[minecraft_web.git] / common / Cargo.toml
1 [package]
2 name = "common"
3 version = "0.1.0"
4 authors = ["GrĂ©gory Burri <greg.burri@gmail.com>"]
5 edition = "2021"
6
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 [dependencies]
9
10
11 [profile.release]
12 codegen-units = 1
13 lto = true
14 panic = 'abort'