Cargo.lock

changeset 57
1afca417d71b
parent 56
34f8ec636368
child 60
680e7ec7c7f8
equal deleted inserted replaced
56:34f8ec636368 57:1afca417d71b
19 19
20 [[package]] 20 [[package]]
21 name = "alg_tools" 21 name = "alg_tools"
22 version = "0.3.0-dev" 22 version = "0.3.0-dev"
23 dependencies = [ 23 dependencies = [
24 "anyhow",
24 "colored", 25 "colored",
25 "cpu-time", 26 "cpu-time",
26 "csv", 27 "csv",
27 "itertools 0.13.0", 28 "itertools 0.13.0",
28 "nalgebra", 29 "nalgebra",
41 source = "registry+https://github.com/rust-lang/crates.io-index" 42 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" 43 checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
43 44
44 [[package]] 45 [[package]]
45 name = "anyhow" 46 name = "anyhow"
46 version = "1.0.94" 47 version = "1.0.95"
47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" 49 checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
49 50
50 [[package]] 51 [[package]]
51 name = "approx" 52 name = "approx"
52 version = "0.5.1" 53 version = "0.5.1"
53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 source = "registry+https://github.com/rust-lang/crates.io-index"

mercurial