aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-05-27 16:04:31 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-05-27 16:04:31 -0700
commit4debd88807c538aa430ce69b83fdb291f687b1b1 (patch)
tree5def99861585367826937c2bdbbfba7f23e07f0b /Cargo.toml
downloadqc-4debd88807c538aa430ce69b83fdb291f687b1b1.tar.zst
Rewrite in Rust.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..094829c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "qc"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+async-channel = "2.3.1"
+gdk4 = "0.8.2"
+gtk4 = "0.8.2"
+num-bigint = "0.4.5"
+num-traits = "0.2.19"