mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-03 02:41:52 +08:00
14 lines
237 B
TOML
14 lines
237 B
TOML
[package]
|
|
name = "telemetry"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
|
|
[lints]
|
|
workspace = true
|