Skip to content

Commit

Permalink
added publishing metadata for wrecc_compiler lib-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRados committed Apr 4, 2024
1 parent 659ce6c commit 8e39e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wrecc_compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions wrecc_compiler/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e39e01

Please sign in to comment.