Cargo.toml (382B)
1 [package] 2 name = "lsc_example_plugin" 3 version = "0.1.0" 4 authors = ["MTRNord <mtrnord1@gmail.com>"] 5 edition = "2018" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 tracing = "0.1" 11 tracing-subscriber = "0.2" 12 tokio = { version = "0.3.2", features = ["full"] } 13 futures-util = "0.3.7" 14 color-eyre = "0.5" 15 users = "0.11.0"