-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (26 loc) · 703 Bytes
/
Cargo.toml
File metadata and controls
30 lines (26 loc) · 703 Bytes
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
[package]
name = "manny8888_rust_machine"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
c2rust-bitfields = "0.18.0"
chrono = "0.4.22"
close-file = "0.1.0"
fern = "0.6.1"
libc = "0.2.134"
log = "0.4.17"
memmap = "0.7.0"
modular-bitfield = "0.11.2"
num = "0.4.0"
num-derive = "0.4.0"
num-traits = "0.2.15"
num_enum = "0.7.1"
sets = "1.2.0"
simplelog = "0.12.0"
[dependencies.uuid]
features = [
"v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
]