Skip to content

Commit

Permalink
Add OpenWASM as a weakdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
contra-bit committed Feb 8, 2024
1 parent d04827c commit 1bedc64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ Expronicon = "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
YaoLocations = "66df03fb-d475-48f7-b449-3d9064bf085b"

[weakdeps]
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"

[extensions]
YaoHIRExt = ["OpenQASM"]

[compat]
Expronicon = "0.10"
MLStyle = "0.4"
YaoLocations = "0.1"
julia = "1.9"

[extras]
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
Expand Down

0 comments on commit 1bedc64

Please sign in to comment.