Skip to content

Commit

Permalink
fix: include fbs files in cargo-package (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwmanning authored Nov 13, 2024
1 parent c67ee26 commit ec1303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include = [
"src/**/*.rs",
"Cargo.toml",
"proto/**/*.proto",
"flatbuffers/*.fbs",
"flatbuffers/**/*.fbs",
"README.md",
]
edition = "2021"
Expand Down

0 comments on commit ec1303d

Please sign in to comment.