From 34af52c58daae7ad75c0871e88e7b937fcd078fb Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 12 Apr 2022 12:22:19 -0400 Subject: Initial commit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7d4c363 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "waifulib" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] + +virt = "0.2" + +thiserror = "1" -- cgit v1.2.3