Skip to content

Commit bea25cf

Browse files
committed
add crates/p64/Cargo.toml
1 parent 5e91843 commit bea25cf

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

crates/p64/Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[package]
2+
name = "p64"
3+
version = "0.1.0"
4+
edition = "2021"
5+
rust-version = "1.94"
6+
description = "Palette64: 64×64 BNN attention matrix from 8 phyllotactic HEEL planes"
7+
license = "MIT OR Apache-2.0"
8+
9+
[dependencies]
10+
phyllotactic-manifold = { path = "../phyllotactic-manifold" }
11+
12+
[dev-dependencies]
13+
criterion = { version = "0.5", features = ["html_reports"] }
14+
15+
[[bench]]
16+
name = "p64_bench"
17+
harness = false

0 commit comments

Comments
 (0)