feat: qr code canister

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-02-17 15:23:48 +03:00
parent 717e1742e6
commit 9ca65d43f6
10 changed files with 1075 additions and 0 deletions

5
Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[workspace]
members = [
"src/qr_backend"
]
resolver = "2"