Skip to content

Commit 7cc846d

Browse files
Merge #53
53: Rename crate folders to match crate names r=psarna a=MarinPostma It is good practice to have the crate name match that of its folder, this is what people expect, and is less surprising when working with cargo commands, such as the `-p` flag to specify a target package Co-authored-by: ad hoc <[email protected]>
2 parents 157ee8f + 5e09c46 commit 7cc846d

39 files changed

+2
-2
lines changed

libsql-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[workspace]
22

33
members = [
4-
"client",
5-
"server",
4+
"sqlc",
5+
"sqld",
66
]
77

88
[patch."https://github.com/psarna/mvsqlite"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)