Add a cargo workspace

This commit is contained in:
Grégory Burri 2019-08-16 09:14:06 +02:00
parent 89f0943c08
commit c012be04a9
3 changed files with 1963 additions and 0 deletions

1951
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
members = [
"backend",
"common",
]

6
backend/src/db.rs Normal file
View file

@ -0,0 +1,6 @@
fn create_or_update() {
}