File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,25 @@ license.workspace = true
66description = " Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."
77
88[dependencies ]
9- primitive-types ={version =" 0.12.1" , features =[" serde" ]}
109rand_core =" 0.6.4"
1110serde ={ version =" 1.0" , features =[" derive" ] }
1211rand =" 0.8.5"
1312thiserror =" 1.0.38"
1413ethereum-types ={version =" 0.14.1" }
1514rstest = " 0.17.0"
1615async-std = { version = " 1.5" , features = [" attributes" ] }
17- ethers = " 2.0.0"
16+ ethers = { version = " 2.0.0" , default-features = false }
1817ethers-core = " 2.0.0"
1918ethers-contract = " 2.0.0"
2019ethers-contract-derive = " 2.0.0"
2120anyhow = " 1"
2221
2322strum = " 0.24.1"
2423strum_macros = " 0.24.3"
25- futures = " 0.3.17"
2624
2725[dev-dependencies ]
2826criterion = { version = " 0.5" , features = [" async_std" ] }
27+ futures = " 0.3.17"
2928
3029[[bench ]]
3130name = ' timeline_aggretion_protocol_benchmark'
You can’t perform that action at this time.
0 commit comments