diff --git a/ruma-appservice-api/LICENSE b/LICENSE similarity index 96% rename from ruma-appservice-api/LICENSE rename to LICENSE index da7c1156..662cd008 100644 --- a/ruma-appservice-api/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +Copyright (c) 2017 - 2020 Jonas Platte Copyright (c) 2019 Wim de With Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/ruma-appservice-api/.gitignore b/ruma-appservice-api/.gitignore deleted file mode 100644 index fa8d85ac..00000000 --- a/ruma-appservice-api/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Cargo.lock -target diff --git a/ruma-appservice-api/README.md b/ruma-appservice-api/README.md index 7d010ee5..756ef98f 100644 --- a/ruma-appservice-api/README.md +++ b/ruma-appservice-api/README.md @@ -3,10 +3,6 @@ **ruma-appservice-api** contains serializable types for the requests and responses for each endpoint in the [Matrix](https://matrix.org/) application service API specification. These types can be shared by application service and server code. -## Minimum Rust version - -ruma-appservice-api requires Rust 1.39.0 or later. - ## Status This project is currently experimental and is very likely to change drastically.