forked from ISISNeutronMuon/digital-muon-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 719 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 719 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 = "simulator"
version.workspace = true
license.workspace = true
edition.workspace = true
[dependencies]
chrono.workspace = true
clap.workspace = true
git-version.workspace = true
libm.workspace = true
miette = { workspace = true, features = ["fancy"] }
num.workspace = true
rand.workspace = true
rand_distr.workspace = true
rayon.workspace = true
rdkafka.workspace = true
serde.workspace = true
serde_json.workspace = true
digital-muon-common.workspace = true
digital-muon-streaming-types.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
[lints.clippy]
fallible_impl_from = "deny"
# indexing_slicing = "deny" TODO
panic = "deny"
# unwrap_used = "deny" TODO