diff options
Diffstat (limited to 'src/types.rs')
-rw-r--r-- | src/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs index 4099714..33a86c6 100644 --- a/src/types.rs +++ b/src/types.rs | |||
@@ -13,7 +13,7 @@ use std::str::FromStr; | |||
13 | #[non_exhaustive] | 13 | #[non_exhaustive] |
14 | pub struct Poseidoc { | 14 | pub struct Poseidoc { |
15 | pub config: toml::Value, | 15 | pub config: toml::Value, |
16 | pub entities: BTreeMap<String, Entity>, | 16 | pub toplevel_entity: Entity, |
17 | } | 17 | } |
18 | 18 | ||
19 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] | 19 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] |