From e9a79a0ed79609c1e293c7b221fce577200b2eb7 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sat, 31 Aug 2024 20:23:24 -0500 Subject: The start of a new librarified organization. --- crates/utils/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/utils/Cargo.toml (limited to 'crates/utils/Cargo.toml') diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml new file mode 100644 index 0000000..5b55a5c --- /dev/null +++ b/crates/utils/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "vernos_utils" +version = "0.1.0" +edition = "2021" +publish = false + +[dependencies] +contracts = { version = "0.6.3", default-features = false } -- cgit v1.2.3