mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
Add metadata to Cargo.toml
This commit is contained in:
parent
2ce482b1c8
commit
c3cc0f887d
4 changed files with 14 additions and 0 deletions
|
@ -5,6 +5,11 @@ description = "The Erg programming language"
|
|||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/erg-lang/erg"
|
||||
documentation = "https://docs.rs/erg"
|
||||
homepage = "https://erg-lang.github.io/"
|
||||
keywords = ["erg", "programming language"]
|
||||
categories = ["programming language", "application"]
|
||||
|
||||
[features]
|
||||
# when "debug" feature is turned on, that of the following crates will also be turned on.
|
||||
|
|
|
@ -5,6 +5,9 @@ description = "A common components library of Erg"
|
|||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/erg-lang/erg/tree/main/src/erg_common"
|
||||
documentation = "https://docs.rs/erg_common"
|
||||
homepage = "https://erg-lang.github.io/"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@ description = "Centimetre: the Erg compiler"
|
|||
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/erg-lang/erg/tree/main/src/erg_compiler"
|
||||
documentation = "https://docs.rs/erg_compiler"
|
||||
homepage = "https://erg-lang.github.io/"
|
||||
|
||||
[features]
|
||||
# when "debug" feature is turned on, that of parser will also be turned on.
|
||||
|
|
|
@ -5,6 +5,9 @@ description = "The Erg parser"
|
|||
authors = ["mtshiba <sbym1346@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/erg-lang/erg/tree/main/src/erg_compiler/erg_parser"
|
||||
documentation = "https://docs.rs/erg_parser"
|
||||
homepage = "https://erg-lang.github.io/"
|
||||
|
||||
[features]
|
||||
debug = [ "erg_common/debug" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue