project: add serde_yaml dependency

This commit is contained in:
Bruno BELANYI 2020-03-18 11:46:56 +01:00
parent b59c6ee50d
commit 0f87626b66

View file

@ -23,6 +23,7 @@ bvh = "0.3.2"
derive_more = "0.99.3"
image = "0.23.0"
rand = "0.7"
serde_yaml = "0.8"
[dependencies.serde]
version = "1.0"