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
28 lines (26 loc) · 646 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 646 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
[package]
name = "nexus-writer"
version.workspace = true
license.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
chrono.workspace = true
clap.workspace = true
glob.workspace = true
hdf5.workspace = true
metrics.workspace = true
metrics-exporter-prometheus.workspace = true
ndarray.workspace = true
rdkafka.workspace = true
strum.workspace = true
supermusr-common.workspace = true
supermusr-streaming-types.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
[lints.clippy]
fallible_impl_from = "deny"
indexing_slicing = "deny"
panic = "deny"
# unwrap_used = "deny" TODO