From 15118e5df0b6e29656dfe77e61e20650acdce8a2 Mon Sep 17 00:00:00 2001 From: Dawson Moore Date: Sat, 24 Aug 2024 19:55:14 -0500 Subject: [PATCH] Add license to toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 93b02cf..d824bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "A simple SystemVerilog simulation tool written in rust" repository = "https://github.com/DMoore12/sv-sim" readme = "README.md" +license = "MIT" categories = ["compilers", "parsing", "simulation"] keywords = ["systemverilog", "systemverilog-simulation"] exclude = [".*"]