cargo binaries
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -11,5 +11,16 @@ argparse = "*"
|
|||||||
lto = true
|
lto = true
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "mc"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "widom"
|
||||||
|
path = "src/widom.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "surface_tension"
|
||||||
|
path = "src/surface_tension.rs"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user