Skip to content

Commit b85e7bf

Browse files
committed
Migrate the rust_with_cffi example to a 'rust' dir
1 parent b28f5a9 commit b85e7bf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

examples/rust_with_cffi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pyo3 = { version = "0.19.2", features = ["extension-module"] }
1010
[lib]
1111
name = "rust_with_cffi"
1212
crate-type = ["cdylib"]
13+
path = "rust/lib.rs"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include Cargo.toml
22
include cffi_module.py
3-
recursive-include src *
3+
recursive-include rust *
44
recursive-include python *

0 commit comments

Comments
 (0)