doc: readme

deat: greetings
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-02-17 15:26:49 +03:00
parent 9ca65d43f6
commit 77f114a9fc
2 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
# rust-qrcode-canister
ICP Workshop Rust Implementation for QR code Canister

View file

@ -19,4 +19,6 @@ service :
{
"qrcode_query": (input: text, options: Options) -> (QRResult) query;
"qrcode_update": (input: text, options: Options) -> (QRResult);
"greet": (text) -> (text) query;
}