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]
repository = "https://git.soft.fish/j/Conlang"
documentation = "https://docs.soft.fish"
version = "0.0.5"
authors = ["John Breaux <j@soft.fish>"]
edition = "2021"

View File

@ -1,7 +1,6 @@
[package]
name = "cl-ast"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@ -1,7 +1,6 @@
[package]
name = "cl-interpret"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@ -1,6 +1,5 @@
[package]
name = "cl-lexer"
documentation.workspace = true
repository.workspace = true
version.workspace = true
authors.workspace = true

View File

@ -1,7 +1,6 @@
[package]
name = "cl-parser"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@ -1,7 +1,6 @@
[package]
name = "cl-repl"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@ -1,7 +1,6 @@
[package]
name = "cl-structures"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@ -1,7 +1,6 @@
[package]
name = "cl-token"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

View File

@ -1,7 +1,6 @@
[package]
name = "cl-typeck"
repository.workspace = true
documentation.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true