better & faster parsing of toml

This commit is contained in:
Emma Tebibyte 2022-12-19 00:41:14 -05:00
parent f4f972c5d6
commit eaff71e721

View File

@ -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;