From 88d7f30b452148963c8a4c3bb739b50d907a75f1 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 28 Jan 2020 11:45:44 +0100 Subject: entities have Assemblages as template to create them --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47fbf31..bbe5690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,4 @@ libc = "0.2" users = "0.8" json = "0.12.1" specs = { version = "0.15.1", features = ["specs-derive"] } +rand = "0.7.3" -- cgit