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

Commit 6ef3935

Browse files
committed
experimental test of crowbar without need for macro imports
1 parent a429898 commit 6ef3935

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ crate-type = ["cdylib"]
88
name = "lambda"
99

1010
[dependencies]
11-
cpython = "0.1"
12-
crowbar = "0.2"
13-
python3-sys = { version = "0.1.3", features = ["python-3-4"], optional = true }
11+
crowbar = { git = "https://github.com/softprops/rust-crowbar.git", branch = "re-export-cpython-macros" }
12+
python3-sys = { version = "0.2.1", features = ["python-3-4"], optional = true }

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#[macro_use]
2-
extern crate cpython;
3-
#[macro_use]
42
extern crate crowbar;
53

64
lambda!(|event, _| {

0 commit comments

Comments
 (0)