14 lines
315 B
TOML
14 lines
315 B
TOML
[package]
|
|
name = "clock"
|
|
version = "0.35.0-alpha.1+dev"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rerun = { path = "../../../crates/top/rerun", features = ["web_viewer", "clap"] }
|
|
|
|
anyhow.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|