Skip to content

Commit 15782b7

Browse files
committed
Migrate the rust_with_cffi example to a 'rust' dir
1 parent 1d03fe5 commit 15782b7

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
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"
File renamed without changes.

0 commit comments

Comments
 (0)