We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8468af commit 4fc23fbCopy full SHA for 4fc23fb
network-config/Cargo.toml
@@ -2,6 +2,12 @@
2
name = "ton_networkconfig"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Implementation of TON config.json structures with network parameters"
6
+repository = "https://github.com/tonstack/lite-client"
7
+keywords = ["ton"]
8
+categories = ["network-programming"]
9
+license = "MIT"
10
+authors = ["Vladimir Lebedev <[email protected]>"]
11
12
[dependencies]
13
serde = { version = "1.0.136", features = ["derive"] }
0 commit comments