Skip to content

Commit 103911a

Browse files
committed
deps: add tiktoken-rs
1 parent f0e2a51 commit 103911a

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

Cargo.lock

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/apollo-mcp-server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rmcp = { version = "0.2", features = [
2626
serde.workspace = true
2727
serde_json.workspace = true
2828
thiserror.workspace = true
29+
tiktoken-rs = "0.7.0"
2930
tokio.workspace = true
3031
tracing.workspace = true
3132
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

0 commit comments

Comments
 (0)