Cargo.toml clippings
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[dependencies.#PLACEHOLDERSTART#...#PLACEHOLDEREND#]
|
||||
version = "#PLACEHOLDERSTART#...#PLACEHOLDEREND#"
|
||||
2
Contents/Clippings/Cargo manifest.toml/dependency (git)
Normal file
2
Contents/Clippings/Cargo manifest.toml/dependency (git)
Normal file
@@ -0,0 +1,2 @@
|
||||
[dependencies.#PLACEHOLDERSTART#...#PLACEHOLDEREND#]
|
||||
git = "#PLACEHOLDERSTART#...#PLACEHOLDEREND#"
|
||||
2
Contents/Clippings/Cargo manifest.toml/dependency (path)
Normal file
2
Contents/Clippings/Cargo manifest.toml/dependency (path)
Normal file
@@ -0,0 +1,2 @@
|
||||
[dependencies.#PLACEHOLDERSTART#...#PLACEHOLDEREND#]
|
||||
path = "#PLACEHOLDERSTART#...#PLACEHOLDEREND#"
|
||||
7
Contents/Clippings/Cargo manifest.toml/profile (bench)
Normal file
7
Contents/Clippings/Cargo manifest.toml/profile (bench)
Normal file
@@ -0,0 +1,7 @@
|
||||
[profile.bench]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
rpath = false
|
||||
lto = false
|
||||
debug-assertions = false
|
||||
codegen-units = 1
|
||||
7
Contents/Clippings/Cargo manifest.toml/profile (dev)
Normal file
7
Contents/Clippings/Cargo manifest.toml/profile (dev)
Normal file
@@ -0,0 +1,7 @@
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
rpath = false
|
||||
lto = false
|
||||
debug-assertions = true
|
||||
codegen-units = 1
|
||||
7
Contents/Clippings/Cargo manifest.toml/profile (doc)
Normal file
7
Contents/Clippings/Cargo manifest.toml/profile (doc)
Normal file
@@ -0,0 +1,7 @@
|
||||
[profile.doc]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
rpath = false
|
||||
lto = false
|
||||
debug-assertions = true
|
||||
codegen-units = 1
|
||||
7
Contents/Clippings/Cargo manifest.toml/profile (release)
Normal file
7
Contents/Clippings/Cargo manifest.toml/profile (release)
Normal file
@@ -0,0 +1,7 @@
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
rpath = false
|
||||
lto = false
|
||||
debug-assertions = false
|
||||
codegen-units = 1
|
||||
7
Contents/Clippings/Cargo manifest.toml/profile (test)
Normal file
7
Contents/Clippings/Cargo manifest.toml/profile (test)
Normal file
@@ -0,0 +1,7 @@
|
||||
[profile.test]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
rpath = false
|
||||
lto = false
|
||||
debug-assertions = true
|
||||
codegen-units = 1
|
||||
Reference in New Issue
Block a user