Skip to content

Commit

Permalink
feat(homeserver): rename pubky_homeserver to pubky-homeserver
Browse files Browse the repository at this point in the history
Nuhvi committed Nov 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4b1bc1c commit 0d8030f
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubky-homeserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pubky_homeserver"
name = "pubky-homeserver"
version = "0.1.0"
edition = "2021"

2 changes: 1 addition & 1 deletion pubky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"

[dev-dependencies]
pubky_homeserver = { path = "../pubky-homeserver" }
pubky-homeserver = { path = "../pubky-homeserver" }
tokio = "1.37.0"

[features]

0 comments on commit 0d8030f

Please sign in to comment.