Cargo.toml clippings

This commit is contained in:
Ben S
2015-12-07 22:14:51 +00:00
parent 8b4069c4a6
commit cf99295fa1
8 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[dependencies.#PLACEHOLDERSTART#...#PLACEHOLDEREND#]
version = "#PLACEHOLDERSTART#...#PLACEHOLDEREND#"

View File

@@ -0,0 +1,2 @@
[dependencies.#PLACEHOLDERSTART#...#PLACEHOLDEREND#]
git = "#PLACEHOLDERSTART#...#PLACEHOLDEREND#"

View File

@@ -0,0 +1,2 @@
[dependencies.#PLACEHOLDERSTART#...#PLACEHOLDEREND#]
path = "#PLACEHOLDERSTART#...#PLACEHOLDEREND#"

View File

@@ -0,0 +1,7 @@
[profile.bench]
opt-level = 3
debug = false
rpath = false
lto = false
debug-assertions = false
codegen-units = 1

View File

@@ -0,0 +1,7 @@
[profile.dev]
opt-level = 0
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 1

View File

@@ -0,0 +1,7 @@
[profile.doc]
opt-level = 0
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 1

View File

@@ -0,0 +1,7 @@
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = false
debug-assertions = false
codegen-units = 1

View File

@@ -0,0 +1,7 @@
[profile.test]
opt-level = 0
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 1