Changed package name

Changed the package name to "radarflow2", for parity with the repository name.
This commit is contained in:
Janek 2023-11-28 01:18:38 +01:00
parent ca57147ba0
commit 62deed2706
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -1587,7 +1587,7 @@ dependencies = [
]
[[package]]
name = "radarflow-cs2"
name = "radarflow2"
version = "0.1.1"
dependencies = [
"anyhow",

@ -1,5 +1,5 @@
[package]
name = "radarflow-cs2"
name = "radarflow2"
version = "0.1.1"
edition = "2021"