add6_64 0.2.0

Toy crate that depends on recent version of add3 crate.
Documentation
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 = "add3"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e7d921da7001af9e0f70c2a4c5408d771742077b526823f6a10d42c9b2d2f6"

[[package]]
name = "add6_64"
version = "0.2.0"
dependencies = [
 "add3",
]