zed/extensions/csharp/Cargo.toml
Marshall Bowers 0b2de51c37
csharp: Bump to v0.0.2 (#10651)
This PR bumps the C# extension to v0.0.2.

Changes:

- #10638

Release Notes:

- N/A
2024-04-16 15:49:16 -04:00

17 lines
228 B
TOML

[package]
name = "zed_csharp"
version = "0.0.2"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/csharp.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.4"