mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
serial: Bring it back home
This commit is contained in:
@@ -15,7 +15,7 @@ darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entr
|
||||
darkfi_dao_contract = {path = "../../src/contract/dao", features = ["no-entrypoint", "client"]}
|
||||
darkfi_deployooor_contract = {path = "../../src/contract/deployooor", features = ["no-entrypoint", "client"]}
|
||||
darkfi-sdk = {path = "../../src/sdk", features = ["async"]}
|
||||
darkfi-serial = "0.5.0"
|
||||
darkfi-serial = {path = "../../src/serial"}
|
||||
|
||||
# Misc
|
||||
blake3 = "1.8.2"
|
||||
@@ -29,7 +29,7 @@ prettytable-rs = "0.10.0"
|
||||
rand = "0.8.5"
|
||||
rodio = {version = "0.21.1", default-features = false, features = ["playback", "mp3"]}
|
||||
rusqlite = {version = "0.37.0", features = ["sqlcipher"]}
|
||||
sled-overlay = "0.1.14"
|
||||
sled-overlay = "0.1.15"
|
||||
toml = "0.9.8"
|
||||
tracing = "0.1.44"
|
||||
url = "2.5.7"
|
||||
|
||||
Reference in New Issue
Block a user