Skip to content

Commit

Permalink
docs: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Jul 31, 2022
1 parent d94f7ea commit f07f7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Add this to your `Cargo.toml`
```toml
[dependencies]
ic-kit = "0.4"
ic-cdk = "0.5"
ic-kit-macros = "0.7"
candid = "0.5"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
async-std = { version="1.10.0", features = ["attributes"] }
Expand Down

0 comments on commit f07f7ce

Please sign in to comment.