add missing features in Cargo.toml

This commit is contained in:
Youngjoon Lee 2024-08-23 15:17:06 +09:00
parent e2ab9345c2
commit e656d170e1
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.38"
clap = "4.5.16"
clap = { version = "4.5.16", features = ["derive"] }
csv = "1.3.0"
protocol = { version = "0.1.0", path = "../protocol" }
rand = "0.8.5"