diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-19 18:38:15 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-19 18:38:15 -0500 |
commit | ef4ada62f82ced8116e6ef64bdd773c275ea8195 (patch) | |
tree | ebd6e5c8c60510bf04998b7dccdb440883633763 /Cargo.toml | |
parent | docs (diff) | |
download | matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.tar.gz matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.tar.bz2 matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.zip |
things
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [workspace] resolver = "2" -members = [ "matrix", "matrix-repl" ] +members = [ "matrix", "matrix-bin" ] |