Asset canister upload script

For those running into the same issue (I got it from using ic-repl), just make sure to update the Cargo.toml of the binary you’re trying to build like this:

-ic-agent = "0.9.0"
+ic-agent = { git = "https://github.com/dfinity/agent-rs" }
2 Likes