Skip to content

Commit

Permalink
work work
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 16, 2023
1 parent 69f3d73 commit 02bebf9
Show file tree
Hide file tree
Showing 16 changed files with 825 additions and 248 deletions.
102 changes: 91 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marlowe"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[lib]
Expand All @@ -11,6 +11,6 @@ path = "src/lib.rs"

[dependencies]
#pyo3 = "0.19.0"
pyo3 = { version = "0.19.0", features = ["extension-module", "generate-import-lib"] }
pyo3 = { version = "0.19.0", features = ["full"] }
#marlowe_lang = "*"
marlowe_lang = { git = "https://github.com/olofblomqvist/marlowe-rs", features=["utils","unstable"] }
Loading

0 comments on commit 02bebf9

Please sign in to comment.