Skip to content

Commit 95de1bd

Browse files
committed
Migrate the html-py-ever example to a 'rust' dir
1 parent b85e7bf commit 95de1bd

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

examples/html-py-ever/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ tendril = "0.4.3"
1212
[lib]
1313
name = "html_py_ever"
1414
crate-type = ["cdylib"]
15+
path = "rust/lib.rs"

examples/html-py-ever/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include Cargo.toml
2-
recursive-include src *
2+
recursive-include rust *
33
recursive-include python *

0 commit comments

Comments
 (0)