[package] name = "exar-net" version = "0.1.0" authors = ["Bruno Filippone "] description = "Exar DB's TCP protocol" keywords = ["exar", "exar-db", "tcp", "protocol"] repository = "https://github.com/bfil/exar-db/tree/master/exar-net" documentation = "https://bfil.github.io/exar-db/exar_net/index.html" license = "AGPL-3.0" readme = "README.md" [dependencies] exar = { version = "0.1", path = "../exar-core" } [dev-dependencies] exar-testkit = { version = "0.1", path = "../exar-testkit" }