2023-07-07 19:22:30 +00:00
|
|
|
[package]
|
|
|
|
name = "magnetar_common"
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
magnetar_core = { path = "../core" }
|
2023-10-30 22:00:46 +00:00
|
|
|
magnetar_sdk = { path = "../magnetar_sdk" }
|
2023-07-07 19:22:30 +00:00
|
|
|
|
2023-11-05 14:23:48 +00:00
|
|
|
idna = { workspace = true }
|
2023-07-07 19:22:30 +00:00
|
|
|
percent-encoding = { workspace = true }
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
toml = { workspace = true }
|
2023-10-30 22:00:46 +00:00
|
|
|
thiserror = { workspace = true }
|
2023-11-05 14:23:48 +00:00
|
|
|
url = { workspace = true }
|