forked from mirrors/pronouns.cc
rename pronouns to pronounslib because the executable is already pronouns
This commit is contained in:
parent
bbd7623855
commit
309aa569f6
6 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "pronouns"
|
||||
name = "pronounslib"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
Loading…
Reference in a new issue