aboutsummaryrefslogtreecommitdiff
path: root/tests/src/confTest/gitDependency.conf
blob: d18b2677b165dd30e7841873b0833767d5f82b7d (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "confTest"
version = "0.1.0"
type = "library"
platforms = ["linux64", "win64"]

[dependencies]
xxhash = { git = "https://github.com/DEC05EBA/xxHash.git", branch = "master" }
catch2 = "1.0.0"