mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
15 lines
283 B
TOML
15 lines
283 B
TOML
[package]
|
|
name = "litellm-auth"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
subtle.workspace = true
|
|
thiserror.workspace = true
|
|
veil.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tokio.workspace = true
|