finga
f85a4d7e87
Parse arguments which can be used to configure the server. Create a WASM client stub and make the server capable of serving it. Document the current state in the readem.
7 lines
149 B
Text
7 lines
149 B
Text
[target.'cfg(feature = "cargo-clippy")']
|
|
rustflags = [
|
|
"-Dwarnings",
|
|
"-Dclippy::pedantic",
|
|
"-Dclippy::nursery",
|
|
"-Dclippy::cargo",
|
|
]
|