-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cargo.toml
41 lines (36 loc) · 791 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[workspace]
members = [
"cpz",
"fuc_engine",
"rmz",
"comparisons/cp_rayon",
"comparisons/cp_stdlib",
"comparisons/rm_og_crappy",
"comparisons/rm_rayon",
"comparisons/rm_remove_dir_all",
"comparisons/rm_stdlib",
"comparisons/tools",
]
[workspace.package]
version = "1.1.6"
authors = ["Alex Saveau <saveau.alexandre@gmail.com>"]
edition = "2021"
repository = "https://github.com/SUPERCILEX/fuc"
license = "Apache-2.0"
[package]
name = "lint"
version = "0.0.0"
edition.workspace = true
publish = false
[dev-dependencies]
supercilex-tests = { version = "0.4.8", default-features = false }
[profile.release]
lto = true
codegen-units = 1
strip = true
panic = "abort"
[profile.dr]
inherits = "release"
debug = true
debug-assertions = true
strip = false