diff --git a/Cargo.toml b/Cargo.toml index 42d66f9..9ef9f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ path = "src/main.rs" aeo-protocol = { version = "0.1", default-features = false, features = ["client"] } anyhow = "1" clap = { version = "4", features = ["derive"] } -colored = "2" +colored = "3" serde_json = "1"