1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "calculator"
version = "0.0.1"
dependencies = [
 "vec_map",
]

[[package]]
name = "vec_map"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1bb124acecc79b9a7efcb36a6ab469a203f2121f0bf44c36dc2c3e66581dadd"