diff --git a/Cargo.toml b/Cargo.toml index 9880184..210f91a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pastemyst" version = "1.0.0" -authors = ["ANF-Studios "] +authors = ["ANF-Studios ", "Lucasstarsz/Andrew Dey "] edition = "2018" license = "MIT" keywords = ["pastemyst", "pastemyst-rs", "pastemystrs", "api-wrapper"] @@ -22,4 +22,8 @@ serde = { version = "1.0.118", features = ["derive"] } serde_json = { version = "1.0.61" } [features] +paste = [] +user = [] +data = [] +time = [] default = ["paste", "user", "data", "time"] diff --git a/README.MD b/README.MD index 8094a04..3e0c089 100644 --- a/README.MD +++ b/README.MD @@ -100,11 +100,19 @@ This is the current structure of the code: │ ├─ time.rs │ ├─ data.rs │ └─ user.rs +├───images/ +│ └─ RustMyst.png ├───src/ -│ └─ lib.rs +│ ├─ data.rs +│ ├─ discord.rs +│ ├─ lib.rs +│ ├─ paste.rs +│ ├─ time.rs +│ └─ user.rs ├─── .gitattributes ├─── .gitignore ├─── Cargo.toml +├─── CHANGELOG.MD ├─── LICENSE └─── README.MD ```