diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1444902a56..746f631fc7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,6 +13,8 @@ repository = { workspace = true } documentation = { workspace = true } keywords = { workspace = true } +include = ["/LICENSE", "/examples/", "/src/", "/testing/", "/tests/"] + [[bin]] name = "jj" path = "src/main.rs" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 760578f8a3..6847688580 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,6 +12,8 @@ repository = { workspace = true } documentation = { workspace = true } readme = { workspace = true } +include = ["/LICENSE", "/benches/", "/src/", "/tests/"] + [[test]] name = "runner" diff --git a/lib/proc-macros/Cargo.toml b/lib/proc-macros/Cargo.toml index 4bba85cfc0..e26bfa26ba 100644 --- a/lib/proc-macros/Cargo.toml +++ b/lib/proc-macros/Cargo.toml @@ -11,6 +11,8 @@ repository = { workspace = true } documentation = { workspace = true } readme = { workspace = true } +include = ["/LICENSE", "/src/"] + [lib] proc-macro = true