Skip to content

Commit 82f98f9

Browse files
committed
move binding code inside rust folder
1 parent ca0accb commit 82f98f9

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

rust/Cargo.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[lib]
88
name = "{{module}}"
9-
path = "src/lib.rs"
9+
path = "rust/python/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]

rustjswasm/Cargo.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[lib]
88
name = "{{module}}"
9-
path = "src/lib.rs"
9+
path = "python/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
File renamed without changes.

0 commit comments

Comments
 (0)