change package name

This commit is contained in:
Mystikfluu 2023-01-02 20:11:04 +01:00
parent 73763c807a
commit 380ae20437
2 changed files with 3 additions and 5 deletions

2
Cargo.lock generated
View File

@ -192,7 +192,7 @@ dependencies = [
]
[[package]]
name = "ipass_library"
name = "ip_lib"
version = "0.1.0"
dependencies = [
"aes-gcm",

View File

@ -1,5 +1,5 @@
[package]
name = "ipass_library"
name = "ip_lib"
version = "0.1.0"
edition = "2021"
@ -23,6 +23,4 @@ panic = 'abort' # Abort on panic
[lib]
name = "ip_lib"
path = "src/lib.rs"
doc = true
crate-type = ["staticlib"]
path = "src/lib.rs"