Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Isva server required for a crate registry?
so as i read the registry docs i need some type of a server for a registry.
several of my coworkers insist i can just point the registry at a shared read only network file server and be done with it.
is this true? i donโt see examples of this or docs that say how.
all examples i see are exactly http/https servers
we are working in a closed (air gapped network) environment and there is an big aversion on my team to setting up a server of any kind
docs:
https://doc.rust-lang.org/cargo/reference/registries.html
something like /nfs/some/common/directory
2 posts - 2 participants
๐ท๏ธ Rust_feed