1[package] 2name = "hcidoc" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7bt_packets = { path = "../../system/gd/rust/packets" } 8clap = "4.0" 9chrono = "0.4" 10num-derive = "0.3" 11num-traits = "0.2" 12tokio = { version = "1.0", features = ['bytes', 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', 'sync', 'time', 'tokio-macros'] } 13