projects
/
rup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of euphorik.ch:rup into master
[rup.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'