Add package metadata
This commit is contained in:
parent
1b14a43129
commit
9196d3b1da
@ -3,7 +3,9 @@ members = ["libconlang", "lerox", "constr"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
|
repository = "https://git.soft.fish/j/Conlang"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["John Breaux"]
|
authors = ["John Breaux <j@soft.fish>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
registry = ["soft-fish"]
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "conlang"
|
name = "conlang"
|
||||||
|
description = "The Conlang Programming Language"
|
||||||
|
keywords = ["interpreter", "programming", "language"]
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
registry.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lerox = { path = "../lerox" }
|
|
||||||
constr = { path = "../constr" }
|
|
||||||
unicode-xid = "0.2.4"
|
unicode-xid = "0.2.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user