mirror of
https://github.com/typesense/typesense.git
synced 2025-05-26 00:36:22 +08:00
9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
|
|
|
|
http_file(
|
|
name = "token_offsets",
|
|
downloaded_file_path = "token_offsets.txt",
|
|
sha256 = "55c1c510ca6335c049f5696f3b94ac7be61e84f3e27cd8169021929b3db99651",
|
|
urls = ["https://gist.githubusercontent.com/kishorenc/1d330714eb07019f210f16ccb3991217/raw/bd52e05375d305d5aaa7ac06219af999726933a4/token_offsets.log"],
|
|
)
|