|
|
@@ -1583,6 +1583,7 @@ dependencies = [
|
|
|
"darkfi-money-contract",
|
|
|
"darkfi-sdk",
|
|
|
"darkfi-serial",
|
|
|
+ "play",
|
|
|
"prettytable-rs",
|
|
|
"rand",
|
|
|
"serde_json",
|
|
|
@@ -2739,6 +2740,17 @@ version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "mpg123-sys"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a75c26239d85c1423091c109fcdabbcfaac868576dc018b0e959137217907610"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "libc",
|
|
|
+ "pkg-config",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "native-tls"
|
|
|
version = "0.2.11"
|
|
|
@@ -2923,6 +2935,17 @@ version = "6.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "out123-sys"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5da977be7c4b44e2ad26be779aafc1761a89bd2ee6e363770bb71eb67a00d2e5"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "mpg123-sys",
|
|
|
+ "pkg-config",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "parking"
|
|
|
version = "2.0.0"
|
|
|
@@ -3080,6 +3103,17 @@ version = "0.3.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "play"
|
|
|
+version = "0.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c570085654588139e9ea2f452fe7dcb78d576da4f1c04d58b98b32fc42744ff0"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "mpg123-sys",
|
|
|
+ "out123-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "plotters"
|
|
|
version = "0.3.4"
|