Skip to content

Commit

Permalink
Update catagories
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Nov 26, 2023
1 parent 7d272f3 commit 326206b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["Connor Slade"]
repository = "https://github.com/Basicprogrammer10/nd-vec"
license-file = "LICENSE"
exclude = [".github"]
categories = ["network-programming", "web-programming::http-server"]
keywords = ["afire", "http", "WebFramework", "WebServer"]
categories = ["Mathematics", "science"]
keywords = ["nd-vec", "n-dimensional", "vector"]

[dependencies]
num-traits = "0.2.17"
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]

use std::{
fmt::{Debug, Display},
iter::Sum,
Expand Down

0 comments on commit 326206b

Please sign in to comment.