diff --git a/src/actions/publish/Cargo.toml b/src/actions/publish/Cargo.toml index 1ff8bf68b..e8d3b2fc5 100644 --- a/src/actions/publish/Cargo.toml +++ b/src/actions/publish/Cargo.toml @@ -8,4 +8,5 @@ name = "publish" path = "publish.rs" [dependencies] +anyhow = "1.0" serde_json = "1.0" \ No newline at end of file