Skip to content

Commit

Permalink
update more info for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Mar 5, 2024
1 parent 9715435 commit f2b62ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
description = "A simple pl/0 compiler implemented in rust."
authors = ["Eden Wang <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/DrEden33773/pl_0"
homepage = "https://github.com/DrEden33773/pl_0"
name = "pl_0"
version = "0.1.0"
edition = "2021"
categories = ["compilers", "parsing"]
keywords = ["pl_0", "complier", "rust", "VM", "parser"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit f2b62ba

Please sign in to comment.