From 9df674667497df02ae7c5a66d34b398a978dfbe4 Mon Sep 17 00:00:00 2001 From: megrogan Date: Mon, 23 Dec 2024 13:00:06 +0000 Subject: [PATCH] Revert --- backend/bots/examples/greet/cargo.toml | 4 ++++ backend/bots/examples/sample2/dummy.txt | 0 backend/bots/types/dummy.txt | 0 3 files changed, 4 insertions(+) delete mode 100644 backend/bots/examples/sample2/dummy.txt delete mode 100644 backend/bots/types/dummy.txt diff --git a/backend/bots/examples/greet/cargo.toml b/backend/bots/examples/greet/cargo.toml index 3c7faf3bf8..1c923e1d81 100644 --- a/backend/bots/examples/greet/cargo.toml +++ b/backend/bots/examples/greet/cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +path = "src/lib.rs" +crate-type = ["cdylib"] + [dependencies] candid = { workspace = true } canister_client = { path = "../../../libraries/canister_client" } diff --git a/backend/bots/examples/sample2/dummy.txt b/backend/bots/examples/sample2/dummy.txt deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/backend/bots/types/dummy.txt b/backend/bots/types/dummy.txt deleted file mode 100644 index e69de29bb2..0000000000