diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/whirl/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_db/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 277eb03..8c97e68 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "The Open-Source WorldServer." documentation = "https://whirlsplash.org/docs/" @@ -18,7 +18,7 @@ dotenv = "0.15.0" # Logging log = "0.4.14" -flexi_logger = "0.19.5" +flexi_logger = "0.19.6" human-panic = "1.0.3" # simple-error = "0.2.3" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 58bccb3..5f6d128 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_api" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Enables for remote interaction" documentation = "https://whirlsplash.org/docs/" diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml index 41db320..8ca39a6 100644 --- a/crates/whirl_common/Cargo.toml +++ b/crates/whirl_common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_common" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Provides assorted utilities for global use" documentation = "https://whirlsplash.org/docs/" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 476166e..d81bbed 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_config" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Provides abstractions to interact with the configuration system" documentation = "https://whirlsplash.org/docs/" diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml index d5a5071..5a39d1a 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_db" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Provides abstractions to interact with the database layer" documentation = "https://whirlsplash.org/docs/" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 178a2af..963aa73 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_prompt" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Enables for local interaction" documentation = "https://whirlsplash.org/docs/" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 7cfe8b7..dfc6387 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_server" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Instantiates the sub-servers which a WorldServer *should* accommodate." documentation = "https://whirlsplash.org/docs/" |