Skip to content

Commit

Permalink
Formatting Cargo.toml & updating Cargo.lock to match
Browse files Browse the repository at this point in the history
Signed-off-by: jwnz <[email protected]>
  • Loading branch information
jwnz committed Sep 29, 2024
1 parent a6c9462 commit 277fdc7
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 4 deletions.
119 changes: 119 additions & 0 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ pg15 = ["pgrx/pg15"]
pg16 = ["pgrx/pg16"]

[dependencies]
jieba-rs = "0.7.0"
lazy_static = "1.4.0"
pgrx = { version = "=0.12.0-alpha.1", default-features = false, features = [] }
rand = "0.8.5"
"tiktoken-rs" = "0.5.9"
tiniestsegmenter = "0.3.0"
tokenizers = { version = "0.19.1", default-features = false, features = [
"onig", "http",
"http",
"onig",
] }
jieba-rs = "0.7.0"
tiniestsegmenter = "0.3.0"
"tiktoken-rs" = "0.5.9"

[patch.crates-io]
pgrx = { git = "https://github.com/tensorchord/pgrx.git", branch = "v0.12.0-alpha.1-patch2" }

0 comments on commit 277fdc7

Please sign in to comment.