mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
c9534e8025
This prepares us for an upcoming bump to Rust 2024 edition. Release Notes: - N/A
30 lines
590 B
TOML
30 lines
590 B
TOML
[package]
|
|
name = "livekit_server"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
description = "SDK for the LiveKit server API"
|
|
publish.workspace = true
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/livekit_server.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
async-trait.workspace = true
|
|
jsonwebtoken.workspace = true
|
|
log.workspace = true
|
|
prost.workspace = true
|
|
prost-types.workspace = true
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
|
|
[build-dependencies]
|
|
prost-build.workspace = true
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["prost-types"]
|