Skip to content

Commit

Permalink
use dmds from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Dec 6, 2023
1 parent 61291cb commit 3827fd1
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 7 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
axum = "0.7"
dmds = { version = "0.1", git = "https://github.com/DM-Earth/dmds.git" }
dmds-tokio-fs = { version = "0.1", git = "https://github.com/DM-Earth/dmds.git" }
dmds = "0.1"
dmds-tokio-fs = "0.1"
tokio = { version = "1.34", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down
Loading

0 comments on commit 3827fd1

Please sign in to comment.