pds section
This commit is contained in:
parent
4a92281426
commit
45459ef8fc
@ -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"
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
pub mod libs;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user