rename pronouns to pronounslib because the executable is already `pronouns`

This commit is contained in:
sam 2023-07-30 21:37:04 +02:00
parent bbd7623855
commit 309aa569f6
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
6 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pronouns = { path = "../pronouns" }
pronounslib = { path = "../pronounslib" }
time = { version = "0.3.23", features = ["formatting", "serde"] }
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "json"]}
rocket = "0.5.0-rc.3"

View File

@ -1,5 +1,5 @@
[package]
name = "pronouns"
name = "pronounslib"
version = "0.1.0"
edition = "2021"