Skip to content

Commit

Permalink
fix(repo): publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Dec 5, 2022
1 parent f893626 commit ae32302
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions anni-repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ serde_with = "1.10.0"
serde_json = { version = "1.0", optional = true }
regex = "1"
thiserror = "1.0"
anni-common = { path = "../anni-common", default-features = false }
anni-common = { version = "0.1.1", path = "../anni-common", default-features = false }
uuid = { version = "1", features = ["v4", "serde"] }
log = "0.4"
once_cell = "1"
pathdiff = "0.2.1"
indexmap = "1.9.1"

# flac
anni-flac = { path = "../anni-flac", optional = true }
anni-flac = { version = "0.2.2", path = "../anni-flac", optional = true }

# Git related
git2 = { version = "0.15", optional = true, default-features = false, features = [
Expand All @@ -42,7 +42,9 @@ rusqlite = { version = "0.27.0", optional = true, features = [
] }
serde_rusqlite = { version = "0.30.1", optional = true }


# WASM dependencies
# comment those dependencies when publishing to crates.io
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["js"] }
js-sys = "0.3.56"
Expand Down

0 comments on commit ae32302

Please sign in to comment.