tcp chat canister database
This commit is contained in:
parent
db09a776a9
commit
04d06dcca4
8 changed files with 895 additions and 0 deletions
17
dfx.json
Normal file
17
dfx.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"canisters": {
|
||||
"chat_backend": {
|
||||
"candid": "src/chat_backend/chat_backend.did",
|
||||
"package": "chat_backend",
|
||||
"type": "rust"
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"build": {
|
||||
"args": "",
|
||||
"packtool": ""
|
||||
}
|
||||
},
|
||||
"output_env_file": ".env",
|
||||
"version": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue