mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 11:17:50 -04:00
742303ca49
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
40 lines
1.0 KiB
TOML
40 lines
1.0 KiB
TOML
[package]
|
|
name = "spacetimedb-update"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license-file = "LICENSE"
|
|
publish = false
|
|
|
|
[features]
|
|
# NOTE(bfops): This is not a well-thought-through feature. It's really only meant for internal testing/debugging.
|
|
# Specifically, we use it in some CI.
|
|
github-token-auth = []
|
|
|
|
[dependencies]
|
|
spacetimedb-paths.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
clap.workspace = true
|
|
dialoguer = { workspace = true, default-features = false }
|
|
flate2.workspace = true
|
|
http-body-util = "0.1.2"
|
|
indicatif.workspace = true
|
|
reqwest.workspace = true
|
|
self-replace.workspace = true
|
|
semver = { workspace = true, features = ["serde"] }
|
|
serde.workspace = true
|
|
tar.workspace = true
|
|
tempfile.workspace = true
|
|
tokio.workspace = true
|
|
toml.workspace = true
|
|
tracing = { workspace = true, features = ["release_max_level_off"] }
|
|
zip = "2.3"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows-sys = { workspace = true, features = ["Win32_System_Console"] }
|
|
|
|
[lints]
|
|
workspace = true
|