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

Commit 26b19dd

Browse files
authored
Rename project: silk -> solana
1 parent c8ddc68 commit 26b19dd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
[package]
2-
name = "silk"
3-
description = "A silky smooth implementation of the Loom architecture"
2+
name = "solana"
3+
description = "High-Performance Blockchain"
44
version = "0.4.0"
5-
documentation = "https://docs.rs/silk"
5+
documentation = "https://docs.rs/solana"
66
homepage = "http://loomprotocol.com/"
7-
repository = "https://github.com/loomprotocol/silk"
7+
repository = "https://github.com/solana-labs/solana"
88
authors = [
9-
"Anatoly Yakovenko <[email protected]>",
10-
"Greg Fitzgerald <[email protected]>",
9+
"Anatoly Yakovenko <[email protected]>",
10+
"Greg Fitzgerald <[email protected]>",
1111
]
1212
license = "Apache-2.0"
1313

1414
[[bin]]
15-
name = "silk-historian-demo"
15+
name = "solana-historian-demo"
1616
path = "src/bin/historian-demo.rs"
1717

1818
[[bin]]
19-
name = "silk-client-demo"
19+
name = "solana-client-demo"
2020
path = "src/bin/client-demo.rs"
2121

2222
[[bin]]
23-
name = "silk-testnode"
23+
name = "solana-testnode"
2424
path = "src/bin/testnode.rs"
2525

2626
[[bin]]
27-
name = "silk-genesis"
27+
name = "solana-genesis"
2828
path = "src/bin/genesis.rs"
2929

3030
[[bin]]
31-
name = "silk-genesis-demo"
31+
name = "solana-genesis-demo"
3232
path = "src/bin/genesis-demo.rs"
3333

3434
[[bin]]
35-
name = "silk-mint"
35+
name = "solana-mint"
3636
path = "src/bin/mint.rs"
3737

3838
[badges]
39-
codecov = { repository = "loomprotocol/silk", branch = "master", service = "github" }
39+
codecov = { repository = "solana-labs/solana", branch = "master", service = "github" }
4040

4141
[features]
4242
unstable = []

0 commit comments

Comments
 (0)