diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-25 11:04:40 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-25 11:04:40 +0200 |
| commit | bcc7730290ea27e18371071dd6c4825972e309b1 (patch) | |
| tree | 34e4755fbb08c0aedab0be5e985d84c678b3f073 /clock | |
| parent | 2e2cbb00e4ba4c38ef2e690c69d1e8353b827de4 (diff) | |
Switch clock to cdylib, makes it use a lot less RAM (800 kb)
Diffstat (limited to 'clock')
| -rw-r--r-- | clock/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clock/Cargo.toml b/clock/Cargo.toml index 1bbbc94..1057b4a 100644 --- a/clock/Cargo.toml +++ b/clock/Cargo.toml @@ -13,4 +13,4 @@ erased-serde = "0.3" chrono = { version = "0.4" } [lib] -crate-type = ["dylib"] +crate-type = ["cdylib"] |
