diff --git a/Cargo.toml b/Cargo.toml index 3521bb0..a923f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,12 @@ [package] name = "autoswap-rs" license = "MIT" -authors = ["BlockheaderWeb3 "] +authors = ["BlockheaderWeb3 "] description = "AutoSwappr library in Rust" repository = "https://github.com/BlockheaderWeb3-Community/autoswap-rust-sdk" -keywords = [ - "starknet", - "cairo", - "defi", - "swap", - "ekubo", - "autoswappr", - "swap" -] +keywords = ["starknet", "ethereum", "web3"] documentation = "https://github.com/BlockheaderWeb3-Community/autoswap-rust-sdk" -exclude = [".github/**", "examples/",] +exclude = [".github/**", "examples/"] version = "0.1.0" edition = "2024" @@ -22,9 +14,9 @@ autoexamples = false [dependencies] thiserror = "2.0.16" -serde = {version="1.0.219", features=["derive"]} +serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.0", features = ["full"] } reqwest = { version = "0.12", features = ["json"] } serde_json = "1.0" starknet = "0.17.0" -axum ={ version = "0.8.6", features = ["macros"] } \ No newline at end of file +axum = { version = "0.8.6", features = ["macros"] }