Skip to content

Commit

Permalink
Merge pull request #219 from ngtkana/add-naive-poly
Browse files Browse the repository at this point in the history
Add naive_poly
  • Loading branch information
ngtkana authored May 28, 2024
2 parents 0dcd17a + 4d4e1a8 commit 47a6572
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 306 deletions.
6 changes: 3 additions & 3 deletions libs/poly/Cargo.toml → libs/naive_poly/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "poly"
name = "naive_poly"
version = "0.1.0"
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
rand = { workspace = true }
rand.workspace = true
Loading

0 comments on commit 47a6572

Please sign in to comment.