diff --git a/wrecc_compiler/Cargo.toml b/wrecc_compiler/Cargo.toml index 82162a0..5fadd6b 100644 --- a/wrecc_compiler/Cargo.toml +++ b/wrecc_compiler/Cargo.toml @@ -2,6 +2,10 @@ name = "wrecc_compiler" version = "0.1.0" edition = "2021" +authors = ["Philipp Rados"] +license = "MIT" + +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/wrecc_compiler/README.md b/wrecc_compiler/README.md new file mode 100644 index 0000000..87cff99 --- /dev/null +++ b/wrecc_compiler/README.md @@ -0,0 +1 @@ +This is the library crate containing all functionality used by the [wrecc]( https://github.com/PhilippRados/wrecc) binary-crate for transforming a unpreprocessed C-source string into a x86-64 assembly string