Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Adding license to Cargo.toml for stdlib (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored Nov 7, 2022
1 parent ddfe97d commit 15a5493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Qir/Runtime/stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "qir-stdlib"
version = "0.1.0"
authors = ["Microsoft"]
edition = "2021"
license = "MIT"

[dependencies]
num-bigint = { version = "0.4.3", default-features = false }
Expand Down

0 comments on commit 15a5493

Please sign in to comment.