1
0
forked from M-Labs/nac3

add nac3ld

This commit is contained in:
2022-05-30 17:11:05 +08:00
parent 8addf2b55e
commit a96371145d
6 changed files with 4766 additions and 0 deletions

8
nac3ld/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "nac3ld"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2018"
[dependencies]
byteorder = { version = "1.0", default-features = false }