Skip to content

Commit

Permalink
Update Cargo.toml for Crate Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-van-Jerry committed Mar 14, 2024
1 parent ee142d9 commit 53f2123
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[package]
name = "pytv"
description = "Python Templated Verilog"
repository = "https://github.com/autohdw/pytv"
authors = ["Teddy van Jerry <[email protected]>"]

version = "0.1.0"
readme = "README.md"
license = "GPL-3.0-or-later"
keywords = ["verilog", "python", "template", "generation"]
categories = ["template-engine", "compilers", "development-tools"]
exclude = ["examples/*", "target/*", "Cargo.lock", ".vscode/*", ".DS_Store"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 53f2123

Please sign in to comment.