tcp chat canister database

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-02-17 17:37:08 +03:00
parent db09a776a9
commit 04d06dcca4
8 changed files with 895 additions and 0 deletions

View 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"] }