Added db subrepo
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "shanty-db"]
|
||||
path = shanty-db
|
||||
url = ssh://connor@git.rcjohnstone.com:2222/Shanty/db.git
|
||||
2748
Cargo.lock
generated
2748
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
1
shanty-db
Submodule
1
shanty-db
Submodule
Submodule shanty-db added at 305ddff278
@@ -1,10 +0,0 @@
|
||||
[package]
|
||||
name = "shanty-db"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Shared database schema and access layer for Shanty"
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
@@ -1,4 +0,0 @@
|
||||
//! Shared database schema and access layer for Shanty.
|
||||
//!
|
||||
//! This crate owns the database schema, migrations, and provides a typed access
|
||||
//! layer used by all other Shanty crates.
|
||||
Reference in New Issue
Block a user