pds section

This commit is contained in:
sleptworld 2022-07-27 23:47:34 +08:00
parent 4a92281426
commit 45459ef8fc
2 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1.1"
chrono = "0.4"

View File

@ -1,3 +1,5 @@
pub mod libs;
fn main() {
println!("Hello, world!");
}