Skip to content

Commit 4fc23fb

Browse files
update network config
1 parent e8468af commit 4fc23fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: network-config/Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "ton_networkconfig"
33
version = "0.1.0"
44
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]>"]
511

612
[dependencies]
713
serde = { version = "1.0.136", features = ["derive"] }

0 commit comments

Comments
 (0)