mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
fix: add doc field to cargo toml
This commit is contained in:
parent
f7a768a718
commit
937eca28b6
|
@ -8,6 +8,8 @@ readme = "README.md"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_ast"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_check"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/ededlang_codegen_llvmang"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_driver"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_ir"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_lowering"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_parser"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_session"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ edition = "2021"
|
||||||
keywords = ["llvm", "compiler"]
|
keywords = ["llvm", "compiler"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
documentation = "https://docs.rs/edlang_span"
|
||||||
|
repository = "https://github.com/edg-l/edlang"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue