Skip to content

Commit

Permalink
rm obsolete from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Jan 8, 2025
1 parent 33fa934 commit d25736c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ tracing = "0.1.40"
uniffi = { version = "0.26.1", features = ["cli", "tokio"], optional = true }

[dependencies.replicator]
#path = "../replicator/replicator"
git = "https://github.com/cowlicks/replicator.git"

[dependencies.hypercore]
#path = "../core"
version = "0.14.0"
default-features = false
features = ["sparse", "tokio", "replication"]
Expand All @@ -66,7 +64,5 @@ tempfile = "3.10.0"
serde_json = "1.0.114"

[dev-dependencies.replicator]
#path = "../replicator/replicator"
git = "https://github.com/cowlicks/replicator.git"
# TODO onyl used in the tests, but duplicating this for dev-dependencies is annoying
features = ["utils"]

0 comments on commit d25736c

Please sign in to comment.