Skip to content

Commit

Permalink
Merge pull request #6 from pluto/better_deps
Browse files Browse the repository at this point in the history
clean dependancies
  • Loading branch information
0xJepsen authored May 1, 2024
2 parents 520f6ee + 37e20a2 commit e744ed4
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 2,068 deletions.
File renamed without changes.
14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[workspace]
resolver="2"
[package]
authors =["Pluto Authors"]
description="""ronkathon"""
edition ="2021"
license ="Apache2.0 OR MIT"
name ="ronkathon"
repository ="https://github.com/thor314/ronkathon"
version ="0.1.0"

members=["ronkathon", "field", "util"]
[dependencies]
anyhow ="1.0"
p3-field = { version = "0.1.0", git = "https://github.com/Plonky3/Plonky3.git"}
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions field/Cargo.toml

This file was deleted.

148 changes: 0 additions & 148 deletions field/src/array.rs

This file was deleted.

93 changes: 0 additions & 93 deletions field/src/batch_inverse.rs

This file was deleted.

122 changes: 0 additions & 122 deletions field/src/exponentiation.rs

This file was deleted.

Loading

0 comments on commit e744ed4

Please sign in to comment.