mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 00:12:27 +03:00
a4d6c5da7c
This PR bumps the TOML extension to v0.1.0. This version of the extension has been updated to use v0.0.6 of the `zed_extension_api`. Release Notes: - N/A
17 lines
224 B
TOML
17 lines
224 B
TOML
[package]
|
|
name = "zed_toml"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/toml.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|