diff options
Diffstat (limited to 'tamer/Cargo.toml')
-rw-r--r-- | tamer/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tamer/Cargo.toml b/tamer/Cargo.toml index 406afcb..82cfaf5 100644 --- a/tamer/Cargo.toml +++ b/tamer/Cargo.toml @@ -23,7 +23,8 @@ lto = true lto = true [dependencies] -quick-xml = ">= 0.17.0" +fnv = ">= 1.0.3" petgraph = ">= 0.4.13" +quick-xml = ">= 0.17.0" # used by petgraph fixedbitset = ">= 0.1" |