Skip to content

Commit

Permalink
Add naive_poly
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtkana committed May 28, 2024
1 parent 0dcd17a commit 4d4e1a8
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 4d4e1a8

Please sign in to comment.