mirror of
https://github.com/kaesaecracker/servicepoint-simulator.git
synced 2025-01-18 10:30:14 +01:00
11 lines
188 B
TOML
11 lines
188 B
TOML
[package]
|
|
name = "pixel-receiver-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
num = "0.4"
|
|
num-derive = "0.4"
|
|
num-traits = "0.2"
|