File: Cargo.toml

package info (click to toggle)
netconsd 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 2,650; cpp: 111; python: 107; makefile: 98
file content (14 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "self_test_module"
version = "0.1.0"
edition = "2021"

[dependencies]
once_cell = "1.15.0"
libc = "0.2.40"
netconsd_module = {path = "../module"}
netconsblaster = {path = "../blaster"}
nix = {version = "0.25.0", features = ["signal", "process"]}

[lib]
crate-type = ["dylib"]