Commit Graph
5 Commits
Author SHA1 Message Date
Barry Pederson 00743fbe9c Reame listener.rs to server.rs for clarity 2024-11-03 10:38:40 -08:00
Barry Pederson 7cd2ba3364 Rename server.rs to handler.rs for clarity, since this is responsible for handling one interaction with a client 2024-11-03 10:31:31 -08:00
Barry Pederson 1a66c8ede5 Rename handler.rs to repository.rs for clarity, pass the directory name as a new() parameter rather than have the repository aware of the OPTIONS static 2024-11-03 10:28:14 -08:00
Barry Pederson 52f502f7a6 Simplify Cargo.toml dependencies
Still need two copies of the dependencies, but at least they're in one place now.
2024-11-02 16:07:05 -07:00
Barry Pederson 076e48f457 Add a separate client binary, with some common code to the server.
The cargo workspace thing was a PITA to figure out, but it seems to be working.  Could maybe be simplified?
2024-11-02 15:58:35 -07:00