Skip to content

Commit

Permalink
adding cargo.lock and cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
due23 committed Sep 30, 2024
1 parent 1dc10b6 commit 29c51d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
# arga-core = { git = "https://github.com/ARGA-Genomes/arga-backend.git" }
# for local development
arga-core = { path = "../backend/core" }
arga-core = { path = "../arga-backend/core" }
bigdecimal = { version = "0.4.5", features = ["serde"] }
brotli = "6.0.0"
chrono = { version = "0.4.38", features = ["serde"] }
Expand Down

0 comments on commit 29c51d8

Please sign in to comment.