Move the main subcrate into the outer crate
This commit is contained in:
parent
4b141e53df
commit
c212d48263
@ -5,13 +5,14 @@ edition = "2021"
|
|||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
# ".",
|
".",
|
||||||
"./words",
|
"./words",
|
||||||
"./this_algorithm",
|
# "./this_algorithm",
|
||||||
]
|
]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde="1"
|
|
||||||
s2 = "0.0.12"
|
s2 = "0.0.12"
|
||||||
|
thiserror = "1.0.38"
|
||||||
|
words = {path="./words"}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
fn main() {
|
|
||||||
println!("Hello, world!");
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "this_algorithm"
|
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
s2 = "0.0.12"
|
|
||||||
thiserror = "1.0.38"
|
|
||||||
words={path="../words"}
|
|
Loading…
Reference in New Issue
Block a user