nemesis1733@lemmy.world to Open Source@lemmy.ml · 4 days agoA decentralized end-to-end encrypted chat applemmy.mlimagemessage-square23fedilinkarrow-up1110arrow-down13file-textcross-posted to: [email protected]
arrow-up1107arrow-down1imageA decentralized end-to-end encrypted chat applemmy.mlnemesis1733@lemmy.world to Open Source@lemmy.ml · 4 days agomessage-square23fedilinkfile-textcross-posted to: [email protected]
minus-squareISO@lemmy.ziplinkfedilinkarrow-up2·2 days 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!