Move all Rust stuff in to subdirectory
This commit is contained in:
parent
3a00dc568f
commit
238e26dccf
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
dist*/
|
||||
result
|
||||
/target
|
||||
target
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
};
|
||||
packages = {
|
||||
haskell = haskell.packages."aoc:exe:aoc";
|
||||
rust = rust.buildPackage { src = rust.cleanCargoSource ./.; };
|
||||
rust = rust.buildPackage { src = rust.cleanCargoSource ./rust; };
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
0
Cargo.lock → rust/Cargo.lock
generated
0
Cargo.lock → rust/Cargo.lock
generated
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
path = "rust/main.rs"
|
||||
path = "main.rs"
|
||||
name = "aoc"
|
||||
|
||||
[dependencies]
|
||||
Loading…
x
Reference in New Issue
Block a user