diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-02-24 21:13:07 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-02-24 21:13:07 +0100 |
commit | e96578db485392d5a765317efc0f4833057efa4b (patch) | |
tree | 399bbb06ad68446b0c31f0ec1eb0b492c8db185a | |
parent | b07276f3b364dc55cad09599ffb509e1bb857c4b (diff) | |
download | planetwars.dev-e96578db485392d5a765317efc0f4833057efa4b.tar.xz planetwars.dev-e96578db485392d5a765317efc0f4833057efa4b.zip |
remove old Rocket artifacts
-rw-r--r-- | planetwars-server/Rocket.toml | 2 | ||||
-rw-r--r-- | planetwars-server/src/lib.rs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/planetwars-server/Rocket.toml b/planetwars-server/Rocket.toml deleted file mode 100644 index 40635de..0000000 --- a/planetwars-server/Rocket.toml +++ /dev/null @@ -1,2 +0,0 @@ -[debug.databases.postgresql_database] -url = "postgresql://planetwars:planetwars@localhost/planetwars"
\ No newline at end of file diff --git a/planetwars-server/src/lib.rs b/planetwars-server/src/lib.rs index 60b68ed..b74525b 100644 --- a/planetwars-server/src/lib.rs +++ b/planetwars-server/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(proc_macro_hygiene, decl_macro)] - #[macro_use] extern crate diesel; |