General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 2m23s
Some checks failed
CI / checks (push) Failing after 2m23s
This commit is contained in:
parent
5f11d476b6
commit
3afc75b45d
120 changed files with 10032 additions and 4886 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "mtp-codec"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
mtp-type-map = { version = "0.1.0", path = "../type-map" }
|
||||
mtp-common = { version = "0.1.0", path = "../common" }
|
||||
mtp-crypto = { version = "0.1.0", path = "../crypto", optional = true }
|
||||
mtp-type-map = { version = "0.2.0", path = "../type-map" }
|
||||
mtp-common = { version = "0.2.0", path = "../common" }
|
||||
mtp-crypto = { version = "0.2.0", path = "../crypto", optional = true }
|
||||
base64 = "0.22"
|
||||
byteorder = "1.5"
|
||||
rand = { version = "0.8", features = ["std", "std_rng"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue