projects
/
minecraft_web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cf6ec797b9840f78062b574a4e01aeafab278cd1
[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 = "2018"
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'