patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob f9d813887697f2b7d1b5c0c4137de4090eda70d0 509 bytes (raw)
name: tools/router/Cargo.toml 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2025 Yureka Lilian <yureka@cyberchaos.dev>

[package]
name = "spectrum-router"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.45", features = ["derive"] }
env_logger = "0.11.8"
log = { version = "0.4.27", features = ["release_max_level_debug"] }
vhost-device-net = "0.1.0"
tokio = { version = "1.48.0", features = ["macros", "rt"] }
futures-util = "0.3.31"
zerocopy = "0.8.27"
tokio-stream = "0.1.17"

debug log:

solving f9d8138 ...
found f9d8138 in https://inbox.spectrum-os.org/spectrum-devel/20251124163531.91029-4-yureka@cyberchaos.dev/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251124163531.91029-4-yureka@cyberchaos.dev/
diff --git a/tools/router/Cargo.toml b/tools/router/Cargo.toml
new file mode 100644
index 0000000..f9d8138

Checking patch tools/router/Cargo.toml...
Applied patch tools/router/Cargo.toml cleanly.

index at:
100644 f9d813887697f2b7d1b5c0c4137de4090eda70d0	tools/router/Cargo.toml

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).