Skip to content

Commit

Permalink
Update paths for nostr_wrapper and data crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugamirai committed Apr 2, 2024
1 parent 51acb1a commit c43d4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ license = "MIT"
reqwest = { version = "0.12.2", features = [] }
rss = "2.0.7"
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] }
nostr_wrapper = { version = "0.1.0", path = "./nostr_wrapper" }
data = { version = "0.1.0", path = "./data" }
nostr_wrapper = { path = "./nostr_wrapper" }
data = { path = "./data" }
nostr-sdk = "0.29"
dotenv = "0.15.0"
serde_json = "1.0.111"
Expand Down

0 comments on commit c43d4a7

Please sign in to comment.