Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
rust-version = "1.95"
license = "MIT OR Apache-2.0"
repository = "https://github.com/braintrustdata/lingua"

Expand Down
1 change: 1 addition & 0 deletions crates/anonymize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "anonymize"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "JSON anonymization utilities for Lingua payloads"
Expand Down
2 changes: 1 addition & 1 deletion crates/braintrust-llm-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version = "1.75"
rust-version.workspace = true
authors = ["Braintrust Team <team@braintrust.dev>"]
description = "High-performance Rust library for routing requests to various LLM providers"
documentation = "https://docs.rs/braintrust-llm-router"
Expand Down
1 change: 1 addition & 0 deletions crates/coverage-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "coverage-report"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = false
description = "Cross-provider transformation coverage report generator for Lingua"

Expand Down
1 change: 1 addition & 0 deletions crates/generate-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "generate-types"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Type generation tool for Lingua providers"
publish = false

Expand Down
1 change: 1 addition & 0 deletions crates/lingua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "lingua"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Lingua - Universal message format for LLM APIs"
Expand Down
1 change: 1 addition & 0 deletions serde_json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "big_serde_json"
version = "0.1.0"
edition = "2021"
rust-version = "1.95"
description = "Wrapper for serde_json with arbitrary_precision feature"

[dependencies]
Expand Down
Loading