diff options
author | Vika <vika@fireburn.ru> | 2025-04-20 11:15:55 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-20 11:15:55 +0300 |
commit | c68ca2dc98e66b08ffdb7fac86ccc64ed8c9dc4e (patch) | |
tree | 1c9750f74c58f04dcd3de90593ca6a9f70440de7 /kittybox-rs/src/database | |
parent | 3e30368776b73c50f703454700555e91985070a2 (diff) | |
download | kittybox-c68ca2dc98e66b08ffdb7fac86ccc64ed8c9dc4e.tar.zst |
Update cargo dependencies
cargo's dependency management is really a double-edged sword. I'd very much prefer the distributions to package and update dependencies, but cargo also makes it very easy to bring in code without needing to vendor packages or similar. I suppose everything has trade-offs. With C, I would either have to make a separate shared library or vendor code, resulting in code duplication. With Cargo, I can rely on `crates.io` to provide tidbits of code to me, but I'll have to keep them updated by running `cargo update` and `cargo upgrade` often. Change-Id: Ib5cee6f63f1e895dcefe12920755ecb25f994305
Diffstat (limited to 'kittybox-rs/src/database')
0 files changed, 0 insertions, 0 deletions