diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "conventionalrp" -version = "0.2.3" +version = "1.1.3" edition = "2021" description = "HydroRoll Conventional Role Play SDK" license = "AGPLv3.0" @@ -9,7 +9,6 @@ homepage = "https://crp.hydroroll.team/" repository = "https://github.com/HydroRoll-Team/conventional_role_play" authors = ["HsiangNianian"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "_core" crate-type = ["cdylib"] @@ -17,3 +16,6 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.27.0", features = ["abi3-py39"] } time = { version = "0.3.39", features = ["formatting", "macros", "local-offset"] } +regex = "1.10" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" |
