From f07f7ceca9ded03081b24d90dd47c99405bfbdaa Mon Sep 17 00:00:00 2001 From: ossian Date: Sun, 31 Jul 2022 16:35:19 -0400 Subject: [PATCH] docs: update imports --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f24695..6361f7c 100644 --- a/README.md +++ b/README.md @@ -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"] }