-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
52 lines (41 loc) · 901 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
42
43
44
45
46
47
48
49
50
51
52
[package]
name = "PLAY-DATE-MIX"
version = "0.1.0"
edition = "2021"
[dependencies]
human-sort = { git = "https://github.com/dragazo/human-sort", package = "human-sort"}
human-sort-patched = { git = "https://github.com/luxter77/human-sort", package = "human-sort"}
num-bigfloat = "1.6.2"
num-traits = "0.2.15"
num-bigint = "0.4.3"
easy-cast = "0.5.2"
rand = "0.8.5"
[features]
HUGE-COMPUTER = []
[[bin]]
name = "FiniteTimeAtRuntime"
path = "src/finite_size_at_runtime.rs"
[[bin]]
name = "Full-Cycle"
path = "src/full-cycle.rs"
[[bin]]
name = "IPu32"
path = "src/ip_u32/ip_u32.rs"
[[bin]]
name = "IPu32GlimGlam"
path = "src/ip_u32/ip_u32_glimglam.rs"
[[bin]]
name = "LCG"
path = "src/LCG.rs"
[[bin]]
name = "Refs"
path = "src/refs.rs"
[[bin]]
name = "unsortable"
path = "src/unsortable.rs"
[[bin]]
name = "usize"
path = "src/usize.rs"
[[bin]]
name = "mesh"
path = "src/mesh/mesh.rs"