Skip to content

Commit

Permalink
prevent github stuff from being pushed to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpyattaev committed Nov 24, 2023
1 parent f027428 commit 2537e2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ license = "GPL-2.0-or-later"
keywords = [ "spatial", "3D", "gamedev"]
categories = ["data-structures", "game-development","graphics"]
documentation = "https://docs.rs/spatial_hash_3d/"
exclude = [
".github/",
]
[lib]


Expand All @@ -25,3 +28,4 @@ rand_derive = "~0.5"
[[bench]]
name = "spatial_hash"
harness = false

0 comments on commit 2537e2f

Please sign in to comment.