Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustix3"
version = "0.4.1"
version = "0.5.0"
edition = "2024"
authors = ["Dmitriy Sergeev <xaneets@gmail.com>"]
description = "API lib for 3x-ui panel"
Expand All @@ -19,12 +19,13 @@ reqwest = { version = "0.12.12", features = ["json", "cookies", "multipart"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_path_to_error = "0.1.17"
thiserror = "2.0.11"
serde_with = { version = "3.14.0", features = ["json"] }
thiserror = "2.0.11"
uuid = { version = "1", features = ["v4", "serde"] }


[dev-dependencies]
anyhow = "1.0.99"
dotenv = "0.15.0"
env_logger = "0.11.6"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
uuid = { version = "1", features = ["v4"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Provides typed models and high-level methods for common panel operations.

## Implemented endpoints

- ✅ login
- ✅ Login
- ✅ Inbounds
- ✅ Inbound
- ✅ Client traffics with email
Expand Down
Loading
Loading