20 lines
403 B
TOML
20 lines
403 B
TOML
|
[package]
|
||
|
name = "lj_qualibration"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
|
||
|
[dependencies]
|
||
|
chrono = "0.4.26"
|
||
|
config = "0.13.3"
|
||
|
ctrlc = "3.4.0"
|
||
|
env_logger = "0.10.0"
|
||
|
log = "0.4.18"
|
||
|
redis = "0.23.0"
|
||
|
toml = "0.7.4"
|
||
|
serde = { version = "1.0.163", features = ["derive"] }
|
||
|
opencv = "0.84.5"
|
||
|
enum-iterator = "1.4.1"
|