Big update
This repository is no longer meant for just radarflow, thus it will be renamed. I have split the SDK from radarflow, allowing for simpler use with new projects. Other than that, radarflow is functionally the same. - Fixed bug in radarflow where the entity loop didn't include the last entity.
This commit is contained in:
49
Cargo.toml
49
Cargo.toml
@@ -1,46 +1,3 @@
|
||||
[package]
|
||||
name = "radarflow2"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# dma and memory
|
||||
memflow = "0.2.0"
|
||||
dataview = "1.0.1"
|
||||
|
||||
# logging
|
||||
log = "0.4.19"
|
||||
env_logger = "0.10.0"
|
||||
|
||||
# error handling
|
||||
anyhow = "1.0.72"
|
||||
|
||||
# tokio
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
field_types = "1.1.0"
|
||||
futures-util = "0.3.28"
|
||||
|
||||
# serde
|
||||
serde = { version = "1.0.181", features = ["derive"] }
|
||||
serde_json = "1.0.104"
|
||||
toml = "0.7.6"
|
||||
|
||||
# networking
|
||||
axum = { version = "0.6.20", features = ["ws"] }
|
||||
tower-http = { version = "0.4.3", features = ["fs"] }
|
||||
tower = "0.4.13"
|
||||
tokio-timerfd = "0.2.0"
|
||||
|
||||
# other
|
||||
local-ip-address = "0.5.4"
|
||||
enum-primitive-derive = "0.2.2"
|
||||
num-traits = "0.2.16"
|
||||
clap = { version = "4.3.19", features = ["derive", "string"] }
|
||||
simple_logger = "4.2.0"
|
||||
chrono = "0.4.26"
|
||||
|
||||
[build-dependencies]
|
||||
reqwest = { version = "0.11.18", features = ["blocking"] }
|
||||
vergen = { version = "8.0.0", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }
|
||||
[workspace]
|
||||
members = ["csflow", "radarflow-leech"]
|
||||
resolver = "2"
|
||||
Reference in New Issue
Block a user