doc: readme
deat: greetings
This commit is contained in:
parent
9ca65d43f6
commit
77f114a9fc
2 changed files with 3 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
# rust-qrcode-canister
|
# rust-qrcode-canister
|
||||||
|
ICP Workshop Rust Implementation for QR code Canister
|
||||||
|
|
|
@ -19,4 +19,6 @@ service :
|
||||||
{
|
{
|
||||||
"qrcode_query": (input: text, options: Options) -> (QRResult) query;
|
"qrcode_query": (input: text, options: Options) -> (QRResult) query;
|
||||||
"qrcode_update": (input: text, options: Options) -> (QRResult);
|
"qrcode_update": (input: text, options: Options) -> (QRResult);
|
||||||
|
"greet": (text) -> (text) query;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue