snippets: Fix package metadata (#13261)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-06-19 14:30:15 +02:00 committed by GitHub
parent 522692ef50
commit 59c005b086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -13586,7 +13586,7 @@ dependencies = [
[[package]]
name = "zed_snippets"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"serde_json",
"zed_extension_api 0.0.6",

View File

@ -1,6 +1,6 @@
[package]
name = "zed_snippets"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
publish = false
license = "Apache-2.0"

View File

@ -1,10 +1,10 @@
id = "snippets"
name = "Snippets"
description = "Support for language-agnostic snippets, provided by simple-completion-language-server"
version = "0.0.1"
version = "0.0.2"
schema_version = 1
authors = []
repository = "https://github.com/zed-extensions/svelte"
repository = "https://github.com/zed-industries/zed"
[language_servers.snippet-completion-server]
name = "Snippet Completion Server"