better & faster parsing of toml
This commit is contained in:
parent
f4f972c5d6
commit
eaff71e721
63
src/main.rs
63
src/main.rs
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io;
|
|
||||||
use std::io::Read;
|
use std::io::Read;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use std::process;
|
use std::process;
|
||||||