nemesis1733@lemmy.world to Open Source@lemmy.ml · 3 days agoA decentralized end-to-end encrypted chat applemmy.mlimagemessage-square23fedilinkarrow-up1107arrow-down13file-text
arrow-up1104arrow-down1imageA decentralized end-to-end encrypted chat applemmy.mlnemesis1733@lemmy.world to Open Source@lemmy.ml · 3 days agomessage-square23fedilinkfile-text
minus-squareISO@lemmy.ziplinkfedilinkarrow-up2·1 day agoOnly looked at the Cargo.toml files. (pet peeve) Considering there is (presumably) no compatibility concerns, why not use an efficient binary format instead of JSON? Not checking in Cargo.lock files, and using = dependency versions for Phoenix_Desktop, is a bit odd!
Only looked at the
Cargo.toml
files.Cargo.lock
files, and using=
dependency versions forPhoenix_Desktop
, is a bit odd!