Skip to content

Commit 1441556

Browse files
committed
Add store.rs to Cargo workspace
1 parent b2a9c32 commit 1441556

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ rpath = false
4242
[[bin]]
4343
name = "stored"
4444
path = "src/bin/server.rs"
45+
46+
[workspace]
47+
members = [
48+
"clients/store.rs",
49+
]

clients/store.rs/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)