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

Commit

Permalink
experimental test of crowbar without need for macro imports
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Oct 5, 2018
1 parent a429898 commit 6ef3935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ crate-type = ["cdylib"]
name = "lambda"

[dependencies]
cpython = "0.1"
crowbar = "0.2"
python3-sys = { version = "0.1.3", features = ["python-3-4"], optional = true }
crowbar = { git = "https://github.com/softprops/rust-crowbar.git", branch = "re-export-cpython-macros" }
python3-sys = { version = "0.2.1", features = ["python-3-4"], optional = true }
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#[macro_use]
extern crate cpython;
#[macro_use]
extern crate crowbar;

lambda!(|event, _| {
Expand Down

0 comments on commit 6ef3935

Please sign in to comment.