From 40376c43a02bfe75d38a379e1afd73753ac07373 Mon Sep 17 00:00:00 2001 From: sarahschwartz <58856580+sarahschwartz@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:19:27 -0600 Subject: [PATCH] add cargo.toml with version --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..af5a395d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "sway-libs" +version = "0.21.0" +edition = "2021"