forked from MightyPork/group-actor
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							679 B
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							679 B
						
					
					
				| [package]
 | |
| name = "fedigroups"
 | |
| version = "0.4.6"
 | |
| authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
 | |
| edition = "2018"
 | |
| publish = false
 | |
| build = "build.rs"
 | |
| 
 | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | |
| 
 | |
| [dependencies]
 | |
| #elefren = { path = "../elefren-fork" }
 | |
| elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", rev = "8aa32c060eddb825e46f777661a93ff6f745659d" }
 | |
| 
 | |
| env_logger = "0.11.8"
 | |
| 
 | |
| log = "0.4.27"
 | |
| serde = "1"
 | |
| serde_json = "1"
 | |
| anyhow = "1"
 | |
| clap = "3.2"
 | |
| tokio = { version = "1", features = ["full"] }
 | |
| thiserror = "2.0.12"
 | |
| futures = "0.3"
 | |
| voca_rs = "1.15.2"
 | |
| regex = "1.11.1"
 | |
| once_cell = "1.21.3"
 | |
| json5 = "0.4.1"
 | |
| 
 |