diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..bc80e26 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"] diff --git a/Cargo.toml b/Cargo.toml index 0083ab0..c88d74c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [ "crawler", "core", "frontend" ] [workspace.package] edition = "2021" -authors = [ "Erin