diff options
| author | troido <troido@protonmail.com> | 2020-03-04 19:47:00 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-04 19:47:00 +0100 |
| commit | 022e439a6677b9865b7a3287dbd197d86266f8ef (patch) | |
| tree | 00c8cd7c08fe29cf9f6652b0082f2b13617e426c /src/resources | |
| parent | f8364fb636a8e9276939ae8523966b038388e4ff (diff) | |
implemented growth
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/mod.rs b/src/resources/mod.rs index 4ce0e59..ae3f4e2 100644 --- a/src/resources/mod.rs +++ b/src/resources/mod.rs @@ -52,6 +52,6 @@ pub struct Emigration { } #[derive(Default)] -pub struct TimeStamp { +pub struct Time { pub time: Timestamp } |
