Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Feb 29, 2024
1 parent 7b50fa8 commit f15c79b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rerun_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ re_error.workspace = true
re_log.workspace = true
re_log_types.workspace = true
re_memory.workspace = true
rerun = { workspace = true, features = ["analytics", "data_loaders", "run", "server", "sdk"] }
rerun = { workspace = true, features = [
"analytics",
"data_loaders",
"run",
"server",
"sdk",
] }
re_web_viewer_server = { workspace = true, optional = true }
re_ws_comms = { workspace = true, optional = true }

Expand Down

0 comments on commit f15c79b

Please sign in to comment.