Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaticWyrm467 committed Jan 18, 2024
1 parent 7e58851 commit 5ff2773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "swift_vec"
name = "swift_vec"
version = "0.1.0"
edition = "2021"
exclude = [
".github/*",
".vscode/*",
]

[dependencies]
num-traits = "0.2.17"
Expand Down

0 comments on commit 5ff2773

Please sign in to comment.