started playing with adding a dep on `reqwests` la...
# development
a
started playing with adding a dep on
reqwests
last night -- would anyone with more intuition have an opinion about whether the network requesting should probably be done in
src
,
fs
(because that's where
Store
is and i'm thinking we'd want to add another store
EntryType
, unsure about that), or in a new subcrate named
net
or something? i was thinking the "right" way may involve making a
net
crate eventually, but was going to stuff it in
fs
for now in case it makes sense to add more `EntryType`s (which makes me think the base
Store
and its entry types shouldn't be coupled to the
fs
subcrate?). probably doesn't really matter for now, just would like to know if i'm on the right track