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