upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67e3d4d..a4fbdee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,6 +55,10 @@ members = [
55name = "ngit" 55name = "ngit"
56path = "src/lib/mod.rs" 56path = "src/lib/mod.rs"
57 57
58[features]
59default = []
60vendored-openssl = ["git2/vendored-openssl"]
61
58[[bin]] 62[[bin]]
59name = "ngit" 63name = "ngit"
60path = "src/bin/ngit/main.rs" 64path = "src/bin/ngit/main.rs"
@@ -62,3 +66,7 @@ path = "src/bin/ngit/main.rs"
62[[bin]] 66[[bin]]
63name = "git-remote-nostr" 67name = "git-remote-nostr"
64path = "src/bin/git_remote_nostr/main.rs" 68path = "src/bin/git_remote_nostr/main.rs"
69
70[profile.release]
71lto = true
72strip = "symbols" \ No newline at end of file