git-ents.gitmain
⌘K
foforge
Cargo.toml46 lines · 1.3 KB · tomlhistorycomment on this file
1[package]
2name = "ents-web"
3version = "0.0.0"
4edition.workspace = true
5publish.workspace = true
6license.workspace = true
7
8[dependencies]
9acdc-converters-core = { workspace = true }
10acdc-converters-html = { workspace = true }
11acdc-parser = { workspace = true }
12arborium = { workspace = true }
13ents-anchor = { workspace = true }
14ents-effect = { workspace = true }
15ents-forge = { workspace = true }
16ents-gate = { workspace = true }
17ents-kiln = { workspace = true }
18ents-model = { workspace = true }
19ents-query = { workspace = true }
20ents-receive = { workspace = true }
21facet = { workspace = true }
22facet-git-tree = { workspace = true }
23facet-reflect = "0.50.0-rc.5"
24futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
25getrandom = { workspace = true }
26gix = { workspace = true }
27gix-hash = { workspace = true }
28gix-object = { workspace = true }
29gix-ref-store = { workspace = true }
30axum = { workspace = true }
31maud = { workspace = true }
32pulldown-cmark = { workspace = true }
33serde = { version = "1", features = ["derive"] }
34ssh-key = { workspace = true }
35thiserror = { workspace = true }
36tokio = { workspace = true }
37
38[dev-dependencies]
39ents-testutil = { workspace = true }
40http-body-util = "0.1"
41rstest = { workspace = true }
42tempfile = { workspace = true }
43tower = { version = "0.5", default-features = false, features = ["util"] }
44
45[lints]
46workspace = true