diff --git a/Cargo.toml b/Cargo.toml index 2c4e01f4..4138b5a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ include = [ "README.md", "CHANGELOG.md", "tests/**/*.rs", # debian packaging wants this + "examples/**/*.rs", ] autotests = true