18 lines
270 B
TOML
18 lines
270 B
TOML
[package]
|
|
name = "ntpc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
logsink.workspace = true
|
|
cross.workspace = true
|
|
|
|
bytemuck.workspace = true
|
|
chrono.workspace = true
|
|
thiserror.workspace = true
|
|
clap.workspace = true
|
|
log.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|