tcp chat canister database
This commit is contained in:
parent
db09a776a9
commit
04d06dcca4
8 changed files with 895 additions and 0 deletions
15
src/chat_backend/Cargo.toml
Normal file
15
src/chat_backend/Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "chat_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
candid = "0.10"
|
||||
ic-cdk = "0.12"
|
||||
ic-cdk-timers = "0.6" # Feel free to remove this dependency if you don't need timers
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
Loading…
Add table
Add a link
Reference in a new issue