Cargo.toml: Add documentation
key
This commit is contained in:
parent
116d98437c
commit
087969e117
@ -14,6 +14,7 @@ resolver = "2"
|
|||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
repository = "https://git.soft.fish/j/Conlang"
|
repository = "https://git.soft.fish/j/Conlang"
|
||||||
|
documentation = "https://docs.soft.fish"
|
||||||
version = "0.0.5"
|
version = "0.0.5"
|
||||||
authors = ["John Breaux <j@soft.fish>"]
|
authors = ["John Breaux <j@soft.fish>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-ast"
|
name = "cl-ast"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-interpret"
|
name = "cl-interpret"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-lexer"
|
name = "cl-lexer"
|
||||||
|
documentation.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-parser"
|
name = "cl-parser"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-repl"
|
name = "cl-repl"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-structures"
|
name = "cl-structures"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-token"
|
name = "cl-token"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-typeck"
|
name = "cl-typeck"
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
documentation.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user