From dea408daeef576cff8ffa61356c89a9d03d95f6b Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 29 Jan 2024 15:18:05 -0800 Subject: [PATCH] change the name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f44fa2..63c39b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ dependencies = [ ] [[package]] -name = "snf" +name = "strafesnet_snf" version = "0.1.0" dependencies = [ "binrw", diff --git a/Cargo.toml b/Cargo.toml index 44e1531..1ad90be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "snf" +name = "strafesnet_snf" version = "0.1.0" edition = "2021"