|
1 | 1 | [package]
|
2 |
| -name = "silk" |
3 |
| -description = "A silky smooth implementation of the Loom architecture" |
| 2 | +name = "solana" |
| 3 | +description = "High-Performance Blockchain" |
4 | 4 | version = "0.4.0"
|
5 |
| -documentation = "https://docs.rs/silk" |
| 5 | +documentation = "https://docs.rs/solana" |
6 | 6 | homepage = "http://loomprotocol.com/"
|
7 |
| -repository = "https://github.com/loomprotocol/silk" |
| 7 | +repository = "https://github.com/solana-labs/solana" |
8 | 8 | authors = [
|
9 |
| - "Anatoly Yakovenko <[email protected]>", |
10 |
| - "Greg Fitzgerald <[email protected]>", |
| 9 | + "Anatoly Yakovenko <[email protected]>", |
| 10 | + "Greg Fitzgerald <[email protected]>", |
11 | 11 | ]
|
12 | 12 | license = "Apache-2.0"
|
13 | 13 |
|
14 | 14 | [[bin]]
|
15 |
| -name = "silk-historian-demo" |
| 15 | +name = "solana-historian-demo" |
16 | 16 | path = "src/bin/historian-demo.rs"
|
17 | 17 |
|
18 | 18 | [[bin]]
|
19 |
| -name = "silk-client-demo" |
| 19 | +name = "solana-client-demo" |
20 | 20 | path = "src/bin/client-demo.rs"
|
21 | 21 |
|
22 | 22 | [[bin]]
|
23 |
| -name = "silk-testnode" |
| 23 | +name = "solana-testnode" |
24 | 24 | path = "src/bin/testnode.rs"
|
25 | 25 |
|
26 | 26 | [[bin]]
|
27 |
| -name = "silk-genesis" |
| 27 | +name = "solana-genesis" |
28 | 28 | path = "src/bin/genesis.rs"
|
29 | 29 |
|
30 | 30 | [[bin]]
|
31 |
| -name = "silk-genesis-demo" |
| 31 | +name = "solana-genesis-demo" |
32 | 32 | path = "src/bin/genesis-demo.rs"
|
33 | 33 |
|
34 | 34 | [[bin]]
|
35 |
| -name = "silk-mint" |
| 35 | +name = "solana-mint" |
36 | 36 | path = "src/bin/mint.rs"
|
37 | 37 |
|
38 | 38 | [badges]
|
39 |
| -codecov = { repository = "loomprotocol/silk", branch = "master", service = "github" } |
| 39 | +codecov = { repository = "solana-labs/solana", branch = "master", service = "github" } |
40 | 40 |
|
41 | 41 | [features]
|
42 | 42 | unstable = []
|
|
0 commit comments