diff --git a/Cargo.toml b/Cargo.toml index b141a9c..96fe598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" diff --git a/compiler/cl-ast/Cargo.toml b/compiler/cl-ast/Cargo.toml index fbf3cd2..3aed4e9 100644 --- a/compiler/cl-ast/Cargo.toml +++ b/compiler/cl-ast/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-ast" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true diff --git a/compiler/cl-interpret/Cargo.toml b/compiler/cl-interpret/Cargo.toml index bad0de1..2b4467b 100644 --- a/compiler/cl-interpret/Cargo.toml +++ b/compiler/cl-interpret/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-interpret" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true diff --git a/compiler/cl-lexer/Cargo.toml b/compiler/cl-lexer/Cargo.toml index 3591189..42c8d42 100644 --- a/compiler/cl-lexer/Cargo.toml +++ b/compiler/cl-lexer/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "cl-lexer" -documentation.workspace = true repository.workspace = true version.workspace = true authors.workspace = true diff --git a/compiler/cl-parser/Cargo.toml b/compiler/cl-parser/Cargo.toml index a2f8072..f08b0f3 100644 --- a/compiler/cl-parser/Cargo.toml +++ b/compiler/cl-parser/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-parser" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true diff --git a/compiler/cl-repl/Cargo.toml b/compiler/cl-repl/Cargo.toml index 6569dbc..7c92001 100644 --- a/compiler/cl-repl/Cargo.toml +++ b/compiler/cl-repl/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-repl" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true diff --git a/compiler/cl-structures/Cargo.toml b/compiler/cl-structures/Cargo.toml index 10dec62..b8e7ea9 100644 --- a/compiler/cl-structures/Cargo.toml +++ b/compiler/cl-structures/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-structures" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true diff --git a/compiler/cl-token/Cargo.toml b/compiler/cl-token/Cargo.toml index 87b30a8..95193f1 100644 --- a/compiler/cl-token/Cargo.toml +++ b/compiler/cl-token/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-token" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true diff --git a/compiler/cl-typeck/Cargo.toml b/compiler/cl-typeck/Cargo.toml index 63e8835..b191128 100644 --- a/compiler/cl-typeck/Cargo.toml +++ b/compiler/cl-typeck/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cl-typeck" repository.workspace = true -documentation.workspace = true version.workspace = true authors.workspace = true edition.workspace = true