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
|
/target
|
||||||
|
/backend/target
|
||||||
/result
|
/result
|
||||||
oott.db
|
oott.db
|
||||||
oott.toml
|
oott.toml
|
||||||
|
|||||||
Generated
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
pkgs.rustPlatform.buildRustPackage rec {
|
pkgs.rustPlatform.buildRustPackage rec {
|
||||||
pname = "oott";
|
pname = "oott";
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
src = ./..;
|
src = ./../backend;
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./../Cargo.lock;
|
lockFile = ./../backend/Cargo.lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [pkgs.pkg-config];
|
nativeBuildInputs = [pkgs.pkg-config];
|
||||||
|
|||||||
Reference in New Issue
Block a user