From a8ffe8029799c09d385f2436ee15064dfb03f82c Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 29 Mar 2025 19:35:02 -0400 Subject: [PATCH] Changing project name Change name in the project settings and in other projects later --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e6113e..413ab71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "icarus-models" +name = "icarus_models" version = "0.1.14" edition = "2024" description = "models used for the icarus project"