Skip to content

Commit

Permalink
Migrate the html-py-ever example to a 'rust' dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 17, 2023
1 parent b85e7bf commit 95de1bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/html-py-ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tendril = "0.4.3"
[lib]
name = "html_py_ever"
crate-type = ["cdylib"]
path = "rust/lib.rs"
2 changes: 1 addition & 1 deletion examples/html-py-ever/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include Cargo.toml
recursive-include src *
recursive-include rust *
recursive-include python *
File renamed without changes.
File renamed without changes.

0 comments on commit 95de1bd

Please sign in to comment.