advotracker: initial commit
* Cargo.toml * README.md * src/main.rs Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "advotracker"
|
||||
version = "0.1.0"
|
||||
authors = ["Ralf Zerres <ralf.zerres@networkx.de>"]
|
||||
description = "Supports lawyers to capture relevant data encountered during an online legal advice\n"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
||||
[profile.release]
|
||||
# optimize to max speed
|
||||
#opt-level = "3"
|
||||
# optimize to smallest size
|
||||
opt-level = "z"
|
||||
Reference in New Issue
Block a user