We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaaed6 commit 994958cCopy full SHA for 994958c
Cargo.toml
@@ -72,6 +72,8 @@ include = [
72
"benches/*.rs",
73
"src/**/*.rs",
74
"Cargo.toml",
75
+ "LICENSE.txt",
76
+ "NOTICE.txt",
77
]
78
edition = "2021"
79
rust-version = "1.70"
arrow/Cargo.toml
@@ -29,6 +29,8 @@ include = [
29
30
"tests/*.rs",
31
32
33
34
35
edition = { workspace = true }
36
rust-version = { workspace = true }
0 commit comments