Skip to content

Commit 107758d

Browse files
Copilotlarp0
andcommitted
Backup current working Cargo.toml before attempting dependency upgrades
Co-authored-by: larp0 <[email protected]>
1 parent 53d1fd1 commit 107758d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Cargo.toml.backup

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[package]
2+
name = "solana-mcp-server"
3+
version = "1.0.2"
4+
edition = "2021"
5+
6+
[dependencies]
7+
log = "0.4"
8+
env_logger = "0.11"
9+
chrono = "0.4"
10+
url = { version = "2.5.0", features = ["serde"] }
11+
anyhow = "1.0"
12+
thiserror = "1.0"
13+
serde = { version = "1.0", features = ["derive"] }
14+
serde_json = "1.0"
15+
tokio = { version = "1.36", features = ["full"] }
16+
tracing = "0.1"
17+
tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
18+
uuid = { version = "1.0", features = ["v4"] }
19+
once_cell = "1.19"
20+
dashmap = "6.1"
21+
solana-client = "~2.2"
22+
solana-sdk = "~2.2"
23+
solana-account-decoder = "~2.2"
24+
solana-transaction-status = "~2.2"
25+
spl-token = "7.0"
26+
base64 = "0.22"
27+
bs58 = "0.5"
28+
bincode = "1.3"
29+
reqwest = { version = "0.11", features = ["json"] }

0 commit comments

Comments
 (0)