Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan committed Dec 23, 2024
1 parent 0912a38 commit 9df6746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/bots/examples/greet/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
Empty file.
Empty file removed backend/bots/types/dummy.txt
Empty file.

0 comments on commit 9df6746

Please sign in to comment.