Add license, sort entries in workspace Cargo.toml

This commit is contained in:
Piotr Osiewicz 2024-02-23 14:32:28 +01:00
parent e0facb89d9
commit 0329f22bb0
3 changed files with 5 additions and 2 deletions

View file

@ -38,6 +38,7 @@ members = [
"crates/language",
"crates/language_selector",
"crates/language_tools",
"crates/languages",
"crates/live_kit_client",
"crates/live_kit_server",
"crates/lsp",
@ -87,7 +88,7 @@ members = [
"crates/welcome",
"crates/workspace",
"crates/zed",
"crates/zed_actions", "crates/languages",
"crates/zed_actions",
]
default-members = ["crates/zed"]
resolver = "2"

View file

@ -2,7 +2,8 @@
name = "languages"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

@ -0,0 +1 @@
../../LICENSE-GPL