From 316124f7829f9901c59503e2e9c451a18b4848d2 Mon Sep 17 00:00:00 2001 From: wyatt-avilla Date: Fri, 21 Jun 2024 12:55:15 -0700 Subject: [PATCH] name in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ab4c70..12bf4a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ workspace = { members = ["backend", "config", "frontend", "types"] } [package] -name = "pulse" +name = "feframe" version = "0.1.0" edition = "2021"