Skip to content

Commit

Permalink
Update dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomXY committed Oct 22, 2021
1 parent f6ace02 commit a8f4ed3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
62 changes: 33 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@

[package]
edition = "2018"
build = "./common/build/build.rs"
name = "overlay"
version = "0.6.34"
description = "Overlay protocol library"

[workspace]
edition = '2018'
build = './common/build/build.rs'
name = 'overlay'
version = '0.6.34'
description = 'Overlay protocol library'

[workspace]

[dependencies]
arrayref = "0.3.5"
async-trait = "0.1.22"
base64 = "0.11.0"
failure = "0.1.6"
hex = "^0"
log = "0.4.8"
rand = "0.7.2"
sha2 = "0.8.0"
tokio = { version = "1.5.0", features = ["rt-multi-thread"] }

ton_api = { git = "https://github.com/tonlabs/ton-labs-tl.git", package = "ton_api" }
adnl = { git = "https://github.com/tonlabs/ton-labs-adnl.git", features = ["node"] }
rldp = { git = "https://github.com/tonlabs/ton-labs-rldp.git" }
ton_block = { git = "https://github.com/tonlabs/ton-labs-block.git" }
ton_types = { git = "https://github.com/tonlabs/ton-labs-types.git" }
lockfree = { git = "https://github.com/tonlabs/lockfree.git" }

arrayref = '0.3.5'
async-trait = '0.1.22'
base64 = '0.11.0'
failure = '0.1.6'
hex = '^0'
log = '0.4.8'
rand = '0.7.2'
sha2 = '0.8.0'
tokio = { version = '1.5.0', features = [ 'rt-multi-thread' ] }
ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl.git', package = 'ton_api', tag = '0.2.110' }
adnl = { git = 'https://github.com/tonlabs/ton-labs-adnl.git', features = [ 'node' ], tag = '0.7.53' }
rldp = { git = 'https://github.com/tonlabs/ton-labs-rldp.git', tag = '0.7.49' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.27' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.10.10' }
lockfree = { git = 'https://github.com/tonlabs/lockfree.git' }

[dev-dependencies]
dht = { git = "https://github.com/tonlabs/ton-labs-dht.git" }
external-ip = "4.1.0"
log4rs = "0.8.3"
serde_json = "1.0.41"
socket2 = "0.3.19"

dht = { git = 'https://github.com/tonlabs/ton-labs-dht.git' }
external-ip = '4.1.0'
log4rs = '0.8.3'
serde_json = '1.0.41'
socket2 = '0.3.19'

[features]
compression = ["adnl/compression"]
telemetry = ["adnl/telemetry", "rldp/telemetry"]

compression = [ 'adnl/compression' ]
telemetry = [ 'adnl/telemetry', 'rldp/telemetry' ]
2 changes: 1 addition & 1 deletion common

0 comments on commit a8f4ed3

Please sign in to comment.