Skip to content

Commit

Permalink
feat: adds migration logic from IPFS (#326)
Browse files Browse the repository at this point in the history
The migration logic is exposed via the CLI.
  • Loading branch information
nathanielc authored Jun 20, 2024
1 parent 5d40086 commit 8333cc9
Show file tree
Hide file tree
Showing 18 changed files with 891 additions and 1,126 deletions.
43 changes: 7 additions & 36 deletions Cargo.lock

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

15 changes: 5 additions & 10 deletions one/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,37 @@ publish = false

[dependencies]
anyhow.workspace = true
async-stream.workspace = true
async-trait.workspace = true
ceramic-api-server.workspace = true
ceramic-api.workspace = true
ceramic-core.workspace = true
ceramic-event.workspace = true
ceramic-kubo-rpc = { path = "../kubo-rpc", features = ["http"] }
ceramic-kubo-rpc-server.workspace = true
ceramic-metrics.workspace = true
ceramic-p2p.workspace = true
ceramic-service.workspace = true
ceramic-store.workspace = true
chrono.workspace = true
cid.workspace = true
clap.workspace = true
dirs = "5.0.1"
enum-as-inner = "0.6.0"
futures.workspace = true
git-version = "0.3"
glob = "0.3.1"
hex.workspace = true
home = "0.5"
hyper.workspace = true
iroh-bitswap.workspace = true
iroh-rpc-client.workspace = true
iroh-rpc-types.workspace = true
libp2p.workspace = true
minicbor.workspace = true
multiaddr.workspace = true
multibase.workspace = true
multihash.workspace = true
multihash-codetable.workspace = true
multihash-derive.workspace = true
multihash.workspace = true
names.workspace = true
ordered-float = "4.1.1"
prometheus-client.workspace = true
recon.workspace = true
reqwest.workspace = true
serde_json.workspace = true
serde_ipld_dagcbor.workspace = true
signal-hook = "0.3.17"
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
swagger.workspace = true
Expand Down
Loading

0 comments on commit 8333cc9

Please sign in to comment.