Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 295c7fc

Browse files
committed
rename prime-core to operations
1 parent 2732805 commit 295c7fc

File tree

20 files changed

+44
-44
lines changed

20 files changed

+44
-44
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ members = [
88
"crates/p2p",
99
"crates/dev-utils",
1010
"crates/python-sdk",
11-
"crates/prime-core",
11+
"crates/operations",
1212
]
1313
resolver = "2"
1414

1515
[workspace.dependencies]
1616
shared = { path = "crates/shared" }
1717
p2p = { path = "crates/p2p" }
18+
operations = { path = "crates/operations" }
1819

19-
prime-core = { path = "crates/prime-core" }
2020
actix-web = "4.9.0"
2121
clap = { version = "4.5.27", features = ["derive"] }
2222
serde = { version = "1.0.219", features = ["derive"] }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = "prime-core"
2+
name = "operations"
33
version = "0.1.0"
44
edition = "2021"
55

66
[lints]
77
workspace = true
88

99
[lib]
10-
name = "prime_core"
10+
name = "operations"
1111
path = "src/lib.rs"
1212

1313
[dependencies]
File renamed without changes.

0 commit comments

Comments
 (0)