mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
f555f66a8c
This PR bumps the Clojure extension to v0.0.3. Changes: - https://github.com/zed-industries/zed/pull/13914 - https://github.com/zed-industries/zed/pull/13933 Release Notes: - N/A
17 lines
230 B
TOML
17 lines
230 B
TOML
[package]
|
|
name = "zed_clojure"
|
|
version = "0.0.3"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/clojure.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|