diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-03 12:40:32 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-03 12:40:32 +0200 |
| commit | 6d43a96c311a553cc6796e3edccb8a1c0e263e2d (patch) | |
| tree | 16c13847cc5c3ea98bfa41565b01566c3ef24b69 /examples/statetracker/Cargo.toml | |
| parent | split StatefulSyncable into client and server side traits (diff) | |
statetracker: rewrite sync handling
Diffstat (limited to 'examples/statetracker/Cargo.toml')
| -rw-r--r-- | examples/statetracker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/statetracker/Cargo.toml b/examples/statetracker/Cargo.toml index d831544..3ac9668 100644 --- a/examples/statetracker/Cargo.toml +++ b/examples/statetracker/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2018" [dependencies] -libquassel = { path = "../../", features = ["framing", "all-quassel-features"] } +libquassel = { path = "../../", features = ["framing", "all-quassel-features", "client", "server"] } druid = { git = "https://github.com/linebender/druid", features = ["im"] } |
