initialize commit
diff --git a/daliqrcode/Cargo.toml b/daliqrcode/Cargo.toml
new file mode 100644
index 0000000..e51e7eb
--- /dev/null
+++ b/daliqrcode/Cargo.toml
@@ -0,0 +1,20 @@
+[package]
+name = "dlqrcode"
+version = "0.1.0"
+authors = ["Tang Cheng <cheng.tang@supwisdom.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+block-modes = "0.7.0"
+aes = "0.6.0"
+base64 = "0.13.0"
+sha2 = "0.9.1"
+totp-rs = "0.6.2"
+hex = "0.4.2"
+base64-url = "1.4.7"
+
+[dependencies.magic-crypt]
+version = "*"
+default-features = false