diff options
author | Raito Bezarius | 2024-03-25 11:43:20 +0100 |
---|---|---|
committer | Raito Bezarius | 2024-03-25 11:43:20 +0100 |
commit | d6dce7238ad59f67b6b9bad1b3e50984bb69e84e (patch) | |
tree | 19f60bd57efd52b51c966eac6a404519a3bc56a8 /Cargo.toml |
Initial commit
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
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] |