diamond-in commited on
Commit
797c340
·
verified ·
1 Parent(s): e3036ce

Update Cargo.toml

Browse files
Files changed (1) hide show
  1. Cargo.toml +4 -2
Cargo.toml CHANGED
@@ -1,5 +1,5 @@
1
  [package]
2
- name = "nix-agent"
3
  version = "0.1.0"
4
  edition = "2021"
5
 
@@ -13,4 +13,6 @@ chromiumoxide = { version = "0.5", features = ["tokio"] }
13
  futures-util = "0.3"
14
  tower-http = { version = "0.5", features = ["fs", "cors"] }
15
  tokio-stream = "0.1"
16
- base64 = "0.21"
 
 
 
1
  [package]
2
+ name = "polymorphic-agent"
3
  version = "0.1.0"
4
  edition = "2021"
5
 
 
13
  futures-util = "0.3"
14
  tower-http = { version = "0.5", features = ["fs", "cors"] }
15
  tokio-stream = "0.1"
16
+ base64 = "0.21"
17
+ tracing = "0.1"
18
+ tracing-subscriber = "0.3"