mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Moved backend code into its own subfolder
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/target
|
||||
/backend/target
|
||||
/result
|
||||
oott.db
|
||||
oott.toml
|
||||
|
||||
Generated
+2
-2
@@ -2,9 +2,9 @@
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "oott";
|
||||
version = "0.0.1";
|
||||
src = ./..;
|
||||
src = ./../backend;
|
||||
cargoLock = {
|
||||
lockFile = ./../Cargo.lock;
|
||||
lockFile = ./../backend/Cargo.lock;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [pkgs.pkg-config];
|
||||
|
||||
Reference in New Issue
Block a user