mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 11:26:42 +03:00
7425d242bc
CC @JosephTLyons Release Notes: - N/A
18 lines
283 B
TOML
18 lines
283 B
TOML
[package]
|
|
name = "telemetry_events"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/telemetry_events.rs"
|
|
|
|
[dependencies]
|
|
semantic_version.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|