summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaito Bezarius2024-03-25 11:43:20 +0100
committerRaito Bezarius2024-03-25 11:43:20 +0100
commitd6dce7238ad59f67b6b9bad1b3e50984bb69e84e (patch)
tree19f60bd57efd52b51c966eac6a404519a3bc56a8 /Cargo.toml
Initial commit
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6321c4f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "avl-verification"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]