mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Move some code from aquatic_udp into aquatic_common
This commit is contained in:
parent
1b8d74e26d
commit
5c83af9f88
10 changed files with 111 additions and 82 deletions
13
aquatic_common/Cargo.toml
Normal file
13
aquatic_common/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "aquatic_common"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[lib]
|
||||
name = "aquatic_common"
|
||||
|
||||
[dependencies]
|
||||
indexmap = "1"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue