Revert "Cargo.toml: Add documentation key"

This reverts commit 087969e117.
This commit is contained in:
John 2024-04-22 00:07:44 -05:00
parent 087969e117
commit f483d690e2
9 changed files with 0 additions and 9 deletions

View File

@ -14,7 +14,6 @@ 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"

View File

@ -1,7 +1,6 @@
[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

View File

@ -1,7 +1,6 @@
[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

View File

@ -1,6 +1,5 @@
[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

View File

@ -1,7 +1,6 @@
[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

View File

@ -1,7 +1,6 @@
[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

View File

@ -1,7 +1,6 @@
[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

View File

@ -1,7 +1,6 @@
[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

View File

@ -1,7 +1,6 @@
[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