divide repository in src and lib
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "euler51"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
primes = {version = "*", path = "../../lib/primes"}
|
||||
combination = {version = "*", path = "../../lib/combination"}
|
||||
Reference in New Issue
Block a user